Posted May 6, 201015 yr Hello to everyone....I would like to ask you something!! Can someone please tell me how can I copy a file from wpipath to a folder in programfiles??For example I want to copy a file from %wpipath%\Install\folderto%programfiles%\new_folderwhich is the command to this? I'm trying the command {FILECOPY} but I couldn't succed:(...I'm trying to do this on Windows XP!!sorry about my english, I'm Greek:$....Thank you in advance!!
May 6, 201015 yr Post your syntax lets see what is wrong with it, could be something as simple as quotes
May 6, 201015 yr Author Post your syntax lets see what is wrong with it, could be something as simple as quotes{FILECOPY} %wpipath%\Install\file.exe %programfiles%\folder\file.exethis is what I tried.... Edited May 6, 201015 yr by nekiman
May 6, 201015 yr As I suspected, try adding quotes to the %programfiles% path{FILECOPY} %wpipath%\Install\file.exe "%programfiles%\folder\file.exe"
May 6, 201015 yr Author As I suspected, try adding quotes to the %programfiles% path{FILECOPY} %wpipath%\Install\file.exe "%programfiles%\folder\file.exe"This command didn't work.... but you gave me an idea and I tried this:{FILECOPY} "%wpipath%\Install\file.exe" "%programfiles%\folder\file.exe"With this command I succeded to copy the file!! Thank you very much!!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.