CopyFile

The CopyFile command copies individual files from one location to another on the managed Pocket PC. This would most typically be used to copy files from the vendor file directory to another location on the Pocket PC as part of package execution. Wildcard copying is not supported.

This command has the following format:

CopyFile Source_FilePath Destination_FilePath  

Where the following arguments are defined:

  • Source_FilePath is the path to the source of the file copy operation

For example, "%vendorfiles%/My Program.exe"

  • Destination_FilePath is the path to the destination file

For example, "/Program Files/My Company/My Program.exe"


More Information