Homepage
Utilities
File & Disk Management
CCSBatch
CCSBatch is a replacement for batch files. Can perform any action a batch file will except it is 32 bit and faster. Freeware version allows 10 commands to be run, enterprise version can run up to 250 commands.
Description of CCSBatch:
CCSBatch is a replacement for batch files. Can perform any action a batch file will except it is 32 bit and faster. Freeware version allows 10 commands to be run, enterprise version can run up to 250 commands. Commands that can be run are: BEEP plays the default Windows waveform sound, typically a 1/4 second tone, through either the built-in speaker; or a sound card if installed (in which case the Windows "Default Beep" sound is played). CHDIR - Change working directory COPY - Copies File or folder to destination DELETE - Delete file(s) or folders. This WILL accept wildcards - be careful. ENVIRON - SET an environmental variable - only good within the confines of this program and will erase when the program ends. MKDIR/RMDIR - Exactly like the Dos command to make or erase a directory - directory must be empty and you must have rights prior to deleting. MOVE - Param1|Param2 - move a file or folder to another directory MSGBOX - Provides a system modal message box to display information to a user, such as a reboot etc. Application pauses while waiting user response. REM - Ignored - use for your comments only RENAME - Rename a file or folder SLEEP - Pause the application - Parameter is in milliseconds so 5000 would pause the program for 5 seconds. SHELL - Run another program, this application will suspend while the SHELLed program is running. SERVICE START - start a service SERVICE STOP - stop a service
See Also: All products from Computer Creations Software
|