Hi Ofer,
I don't see any obvious errors in the command line you provided, so this must be somehow related to the specific project suite. Try examinig the silent.log file for possible errors (see the help topic mentioned below for the file's location). Also, I recommend that you use the approach described in the
Scheduling TestComplete Runs help topic to schedule TestComplete runs. If you need to store your command line in a file, you can simply use a .cmd file instead of a script.
what do they mean by /rt:(Method to be executed) |
"rt" stands for script routine to be executed. Let me quote the
TestComplete Command Line help topic:
Routine_name is the name of the script routine to be called. The routine to be called must not use parameters or return any values. |
Note that you can also launch specific project items or tests via the /pi and /t parameters respectively.