Jump to content

FileCopy does not work for me


Recommended Posts

Thanks for answer but I dont still get it!!!

I really have tried all variations but always with no succes! (I have change the paths and file to do it easier)

cmd1[pn]=["FILECOPY %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%"];

cmd1[pn]=["FILECOPY %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%\\"];

cmd1[pn]=['FILECOPY "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['FILECOPY "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['{FILECOPY} %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%'];

cmd1[pn]=['{FILECOPY} "%wpipath%\\Install\\APPs_FREE\\pkey.txt" "%SYSTEMDRIVE%\\"'];

cmd1[pn]=['{FILECOPY} %wpipath%\\Install\\APPs_FREE\\pkey.txt %SYSTEMDRIVE%\\'];

In LOG file always puts

sábado, 01 de mayo de 2010 11:03:57 - cmd1 *** Error *** (Código devuelto undefined): "undefined"

Any more suggestions?

Link to comment
Share on other sites


Start WPI from desktop, press Alt+G, go to Variables tab. What does it say for WPIPATH and SYSTEMDRIVE? Now compare those to what the install log says.

WPI Desktop Variables (Alt+G)

WPIPATH = C:\WPI

SYSTEMDRIVE = C:

LOG FILE

%WPIPATH% = C:\WPI

%SYSTEMDRIVE% = C:

The same!

Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...