Jump to content

How do you...


Recommended Posts

  • 2 weeks later...

@Teqskater,

This code will create the Folder "Test1" on your desktop. Use %UserProfile% for current user and %ALLUSERSPROFILE% for all users. Alt-G will bring up all the available global variables in WPI.

MAKEDIR "%UserProfile%\Desktop\Test1"

Then use FileCopy to copy over the file you are interested in. This example will copy the "ChangeLog.txt" file to the current users desktop folder "Test1" after it is created in the above example.

FILECOPY "%wpipath%\ChangeLog.txt" "%UserProfile%\Desktop\Test1"

Another example of just copying a directory can be seen here.

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...