Command Line Connection and Automation Script

I'm using a Windows Batch file to execute Toad, and because the goal is to execute this batch file from a service account, that account has no connection information. Thus, I am trying to provide that connection information from the command line, and have that connection information be used by the automation script.

The command I'm using is:

toad -batch=true -c "\Connection.tcs" "\Test.tas"

Paths have been removed from the command to protect the innocent :slight_smile:.

Using this command, the batch file runs, but when the line above is executed, nothing seems to happen; the log file isn't created, and there is no apparent automation being executed. Hence, my question: is there something I'm missing that will allow the automation to use the provided connection information in order to execute? Thanks in advance for any and all help!

I didn't mention it, but for clarity, I'm using Toad v7.2 when experiencing this issue.