Jump to content

Need help please....


Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...