PDA

View Full Version : batch file help (All)



mayton82
03-05-2002, 01:22 AM
I need help killing a process in windows from a batch file. Then making some changes, and then reactivate the running programs. I have no adea how to make this work. Help is needed. Thanks Mayton82

report_2
03-06-2002, 01:40 AM
Maybe you can find something at:
http://www.accesscomm.ca/users/gbraun/batch/

scrollLok123
03-07-2002, 02:29 PM
there is a program called PSKILL...as well as many others on PROGRAMFILES.com you can use one of these external programs along with the CALL command in the BATCH file to kill a process...provided you know what program it is. There are also some flags used to kill programs internally. An example is Zone Alarm. -exit shuts down the firewall when added to the executable path command. Good luck

SCROLL LOK