RC-WinTrans Command Line Tool |
RC-WinTrans has a command line tool ("RWTCmd.exe") that provides a set of command line commands which can be called from the command prompt or, more commonly, from a batch process.
The command line tool is a small program which does not execute commands by itself. The command line tool uses RC-WinTrans as an automation server and it is RC-WinTrans which actually executes the command.
For a list of the commands available from the command line, please refer to the "Commmand Line Commands" topic in the RC-WinTrans 9 application help.
The help for the command line can also be opened directly from RC-WinTrans' "Help" menu ("Command Line" command).
RC-WinTrans is started and closed for each single command that is called via the command line tool. Calling a number of commands at once from a batch process slows the processing down considerably because the RC-WinTrans application is large and must be initialized each time.
We recommend using the "KeepAlive" command line switch with each executed command except for the last one.
RC-WinTrans comes with samples for using the command line tool in batch files and for using Windows scripting.
Batch File Samples Directory: ...\samples\commandline\batch Read-me file: ...\samples\commandline\ReadMe.htm
The command line interface (command line commands) can be extended with Visual Basic for Applications. If you require an additional command line command, please contact Schaudin.com for information on how to realize it using VBA.
|