Jump to content

How do you copy a folder..?


Recommended Posts


lol sorry i mean is there a copy command in WPI config

like you have cmd1[pn]=['%wpipath%\\INSTALL\\AcrRead\\AcroRead.msi /qb\'];

is there anyway to copy a folder to desktop instead of installing.

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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