|
Answer» Win XP Home SP.2
I want to run a small program at Shutdown, is there any way to simply include it in a Shutdown folder similar to the method of using the Startup folder PLEASE?
ThanksWindows doesn't have a shutdown folder, but you can find software that emulates this. Here's one such program but it is only a 15 day free trial. HSLAB Shutdown Folder
You can also look into XP logout scripts.Thank you - guess I'll have to shutdown using a desktop shortcut.
You could try this. http://www.tigerdirect.com/static/html/pc-tips-1.html Thank you SuperDave. I first thought that the INSTRUCTIONS were precisely what I needed but I haven't been able to run any program at shutdown. I can confirm that the program in the Shutdown folder runs as expected when it is clicked on directly but otherwise no-show.
The only difference between the Startup and Shutdown FOLDERS appears to be the icon (see attachment), could this be the problem?
Further guidance will be much appreciated.
[Saving disk space - old attachment deleted by admin]What is the program you want to run at shutdown ? ?The program is self written in VB to collect pc usage statistics but .bat files or utilities do not run either although there is absolutely no problem running any of them at Startup using the Startup folder.
Thanks We would need to see more details on a self written program to figure out why it will not run in shutdown mode.The main thing to consider is that I have been unable to get ANY program to run at shutdown, not even the simple .bat program below which I've purloined from another post:
@echo off cls echo Windows Shutdown on %date% at %time% >c:\winlog.txt
This basic PROG will run as a .bat either opening it direct or opening it from a shortcut but I have been unable to get the XP shutdown process to OPEN it.
If you can get the Shutdown process to run this file or any other file before shutting down please tell me how.
Thanks
The reason the method mentioned here: http://www.tigerdirect.com/static/html/pc-tips-1.html doesn't work is because the guide isn't complete. Here is the complete guide on how to make a shutdown folder. http://pcworld.about.com/magazine/2206p160id115628.htmThank you Deerpark - all is done and program running without fault at Shutdown.
Good to hear you got it working and you're welcome.
|