Opening PC Software by command line or Batch file

  • Last updated on March 21, 2024 at 10:42 AM

It is now possible to start the software using a 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 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 for the Batch file on your desktop to have 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.

Was this article helpful?