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

DonationCoder.com Software > Coding Snacks

[request] timed self closing program

(1/1)

ingkiller1:
It would be great if anyone knows of a program or can make a program that simply loads at system startup and closes itself after a certain amount of time. It would also be great if it could run from the system tray. It doesn't need to control anything other than loading and closing itself. No GUI is needed other than a timer setting. The main thing is that it needs to start and close completely on its own.

Thanks,
ingkiller1

lanux128:
you can get this if you insert a Sleep command in an AHK script. just not sure how useful it is. :)


--- ---#SingleInstance force
#NoEnv

Sleep, 60000 ;wait for 1 minute
Return

Navigation

[0] Message Index

Go to full version