Opening PC 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 TM/TM+ Software is installed. By default the Software is installed on c:\Program Files (x86)\Safescan\TImeMoto
 
Start the TM software by typing TimeMoto.exe and provide the login credentials after the TimeMoto.exe with user=Username password=Password.
 
Here you see an example that a the TM Software is started with the user admin with his password 12345:

c:\Program Files \SafeScan\TimeMoto>TimeMoto.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 TM/TM+ 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 TimeMoto.exe user=admin password=12345.

v1801
Was this article helpful?