Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to close program
Name: Joshua Date: July 1, 2002 at 08:27:59 Pacific
Comment:
Has anyone wirtten a batch file or know of a program that I can use with win2k to close a program that is running. I have software running on my machine that needs to be closed before my backup runs. Thanks
Name: Marcus Date: July 1, 2002 at 10:58:40 Pacific
Reply:
To shutdown any program you can use a small program called "PRCView" from http://www.teamcti.com/pview/prcview.htm Download, unzip the program to a new folder and read on.
Save the .bat file in the PRCView folder and then simply run this .bat file, or set the Windows Scheduler to run the .bat file at a specified time. Running the .bat file will instantly close the program.
/Marcus
0
Response Number 2
Name: Robert Date: July 3, 2002 at 00:02:41 Pacific
Reply:
You could also try "kill.exe" from the MS resourcekit
Summary: For just running BAT files in the background, I kinda second Matthew: I simply add the batch file to Startup list in the Start-Programs menu. Then rgt-clk to get Properties and set the shortcut opti...
Summary: Hi, Does anyone know how to create a batch file that can stop running processes? I have NAV 2004 Pro installed on my system which takes up alot of system memory. I usually disable it when I'm running...
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but for now am testing it on Win 2000. I've tried comma...