Jump to content

Recommended Posts

Posted

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?


Posted

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.

Posted

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!

Posted

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.

  • 1 year later...
Posted (edited)

Those who need non scientist explanation:

Example to chose from "Commands":

{FILECOPY} %WPIPATH%\Install\nukopi.au3 %SYSTEMDRIVE%

Edited by mindex
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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