Black Friday Sale! Verwenden Sie den Code SALE10 um 10% Rabatt auf alle Produkte zu erhalten.
Home / Support / Opening software by command line or batch file
4.8 468 Google-Razensionen
Opening software by command line or batch file
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:
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