ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: simple tool needed: start x.exe in y seconds

<< < (4/4)

Carol Haynes:
Actually, is it possible in AutoHotKey to pass arguments ? If so you could create a script that does something like:

StartInXSecs.exe 30 C:\Prg.exe

This would be really useful for shortcuts, and especially in the startup process where it would be good to build a delay into certain apps starting.

brotherS:
Actually, is it possible in AutoHotKey to pass arguments ? If so you could create a script that does something like:

StartInXSecs.exe 30 C:\Prg.exe

This would be really useful for shortcuts, and especially in the startup process where it would be good to build a delay into certain apps starting.
-CarolHaynes (November 02, 2005, 04:58 AM)
--- End quote ---
No idea if AutoHotkey allows that, but since AutoHotkey allows quite everything it's possible :D

I suggest to use the nice Startup Delayer instead: https://www.donationcoder.com/forum/index.php?topic=1399

skrommel:
 :)

Here's what you're after

Sleep,%1%
Run,%2%

Skrommel

Carol Haynes:
LOL - beautifully simple - and opens AutoHotKey to a whole range of command line uses ... if nothing eles it will make a lovely programmable BATCH control !!!

Navigation

[0] Message Index

[*] Previous page

Go to full version