|
How can I change the amount of time between clicks on the start button?
You can add a command line option of the delay between clicks after the program name.
clickstart {seconds between each click}
For instance, if you wanted a long pause between each click you could set it for 60 seconds (one minute):
c:\clickstart\clickstart.exe 60
|