Copy
- Copies the file(s) in the Filename field (source path) to the location in the Parameter field (destination path)
- Supports wildcards (*, %)
- If the destination ends with a trailing slash, JobBuilder will automatically create the destination directory
Copy Example 1: Copy all MassImpact scenarios in the DemandToolsData folder to DropBox (used as a backup method)
- * wildcard is used to tell JobBuilder to copy all files with a .MIXML extension from the location specified
- Filename (source path): \\Mac\Home\Documents\DemandToolsData\MassImpact Scenarios\*.MIxml
- Parameter (destination path): C:\Users\AB\Dropbox\AB\
Copy Example 2: Copy a single file
- Copies the Account Dedupe Training scenario to a shared DropBox location for all user access
- Must end the Filename path with an asterisk *
- Filename (source path): C:\Users\AB\Documents\DemandToolsData\Scenarios\Account\Training.STDxml*
- Parameter: C:\Users\AB\Dropbox\AB\DemandTools Training Scenarios
Rename
- Changes the name of the file specified in the Filename field to the name specified in the Parameter field
- If the destination path (Parameter field) is different than the source path (Filename field), the file is moved to the destination path location and the name in the destination path is applied
Delete
- Deletes all files specified in the Filename field
- Supports wildcards
- There is no confirmation dialog - be careful with this command
- Delete Example: Delete all files with the extension .txt in the c:\temp\ directory
DelTree
- Deletes the folder specified in the Filename field including the content (files and nested directories)
- There is no confirmation dialog - be careful with this command
- DelTree Example: Delete the temp folder (and all files therein) on the Desktop
MakeDir
- Creates the directory specified in the Filename field
- Nested directory support; multiple directories can be created at once
Text to Clipboard
- Copies the complete source path (Filename field) to the Windows clipboard