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

DonationCoder.com Software > Coding Snacks

Run a bat-file on system shutdown

(1/2) > >>

Cotton:
I'm looking for a application that can run a bat-file when Windows Vista is going to shutdown/restart.

Does a application like this exist or would anyone like to create it?  :-*

MilesAhead:
This program will run a program before shutting down, but it's initiating the shutdown, not just detecting it.

http://www.autoitscript.com/forum/index.php?showtopic=86073&st=0&p=617608&hl=detect system shutdown&fromsearch=1&#entry617608

scancode:
would anyone like to create it?  :-*
-Cotton (August 21, 2009, 06:19 PM)
--- End quote ---
* scancode raises a hand. Give me a couple minutes.I can't get it to work :(
Sorreh!

MilesAhead:
Cotton please give more info.  Can this be a program or batch file that runs your command, then shuts down?  Or does it have to detect shutdown and run your program?

If the former, just make a .cmd file with 2 commands
YourCommand.exe
shutdown /t 60

to shutdown one minute after the first command completes.
To run the first command without waiting(something quick) use the Start command as in

start yourapp.exe
shutdown yadda yadda

lanux128:
you can try either Xecutor (free for non-commercial use) or LastChance (freeware).

Navigation

[0] Message Index

[#] Next page

Go to full version