CopyDir

The CopyDir command copies entire folders from one location to another on the managed Pocket PC. This would most typically be used to copy files and folders from the vendor file directory to another location on the Pocket PC as part of package execution. All sub-directories of the source directory and their contents are copied to the destination.

This command has the following format:

CopyDir Source_DirPath Destination_DirPath  

Where the following arguments are defined:

  • Source_DirPath is the path to the source of the directory copy operation

For example, "%vendorfiles%"

  • Destination_DirPath is the path to the destination directory

For example, "/Program Files/My Company"


More Information