Maeggor Posted May 1, 2010 Posted May 1, 2010 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 putssábado, 01 de mayo de 2010 11:03:57 - cmd1 *** Error *** (Código devuelto undefined): "undefined"Any more suggestions?
mritter Posted May 1, 2010 Posted May 1, 2010 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.
Maeggor Posted May 2, 2010 Posted May 2, 2010 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:\WPISYSTEMDRIVE = C:LOG FILE%WPIPATH% = C:\WPI%SYSTEMDRIVE% = C:The same!
mritter Posted May 3, 2010 Posted May 3, 2010 Try to do it this way:cmd /c copy /y %wpipath%\testfile %systemdrive%\This is done in the Config editor. Double backslash it if do manually.
mindex Posted February 12, 2012 Posted February 12, 2012 (edited) Those who need non scientist explanation:Example to chose from "Commands":{FILECOPY} %WPIPATH%\Install\nukopi.au3 %SYSTEMDRIVE% Edited February 12, 2012 by mindex
condor Posted February 18, 2012 Posted February 18, 2012 (edited) Correct is:{FILECOPY} "%WPIPATH%\\Install\\nukopi.au3 %SYSTEMDRIVE%" Edited February 18, 2012 by condor
Kelsenellenelvian Posted February 20, 2012 Posted February 20, 2012 (edited) Aaaaand thank you both for beating a rather old thread fully to death!/closed Edited February 20, 2012 by Kelsenellenelvian
Recommended Posts