deda Posted July 1, 2007 Posted July 1, 2007 right click the folder and select "copy"; do the same on the the desktop, on a clear area, and select "paste". Thats it!
tonycrew Posted July 1, 2007 Author Posted July 1, 2007 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.
lawrenca Posted July 1, 2007 Posted July 1, 2007 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"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now