I would like to start this software at a specific time.

0 votes
No avatar asked by (120 points) about EddyPro
edited by

I would like to automatically start EddyPro at 1 am. Is there a command line format I could use in a batch file to start the program at any time I like?

1 Answer

0 votes
No avatar answered by (79.9k points)

There isn't a command line that you can use in a batch file to run a software at a specific time, but you can use Tasks Schedule from Windows to create an entry that runs a batch file at a specific time. You can find Tasks Schedule in Start > Programs > ... > Tasks Schedule (depending on your OS).

Bellow, there is the command that starts the software.(you need to modify this with your path to the EXE)

START C:\Program Files\...\Eddypro.exe

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...