Opening software by command line or batch file (Safescan TA Software)

 It is now possible to start the software by command line or Batch file scripting.
 
 You can start CMD and go to the directory where the TA/TA+ Software is installed. By default the Software is installed on c:\Program Files (x86)\Safescan\TA
 
 Start the TA software by typing TA.exe and provide the login credentials after the TA.exe with user=Username password=Password.
 
 Here you see an example that a the TA Software is started with the user admin with his password 12345:
 
 c:\Program Files \SafeScan\TA>TA.exe user=admin password=1234
 
It is also possible to create a Batch file where you put in the necessary information and save the batch file in the directory where the TA/TA+ Software is installed. You can create a shortcut of the Batch file on your desktop to have an easier access.
 
Using the same credentials as the above example you have to put the following information in the Batch file: @start TA.EXE user=admin password=12345 
How did we do with this article?