Jump to content

Featured Replies

Posted

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\folder

to

%programfiles%\new_folder

which 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!!

  • 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.exe

this is what I tried....

Edited by nekiman

  • 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.

Guest
Reply to this topic...