July 1, 200719 yr right click the folder and select "copy"; do the same on the the desktop, on a clear area, and select "paste". Thats it!
July 1, 200719 yr Author lol sorry i mean is there a copy command in WPI configlike you have cmd1[pn]=['%wpipath%\\INSTALL\\AcrRead\\AcroRead.msi /qb\'];is there anyway to copy a folder to desktop instead of installing.
July 1, 200719 yr Syntax should be: DIRCOPY "Source Folder" "Destination Folder"This example will copy the Windows System Folder to your Desktop. Paste it into one of your Command Entries in WPI. Use %UserProfile% for Current User and %ALLUSERSPROFILE% for All Users. Use Alt-G to see the other available variables in WPI.DIRCOPY "%windir%\system" "%UserProfile%\Desktop\system"
Create an account or sign in to comment