Jump to content

nekiman

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by nekiman

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

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

×
×
  • Create New...