M mmaphq Aug 20, 2007 #1 Need a pointer to help for batch files. How does one stop a process from a command prompt? TIA
? =?iso-8859-1?Q?_db_=B4=AF`=B7.._=3E=3C=29=29=29=BA Aug 20, 2007 #2 ctrl + c and or the keyboard key called break however, some caution should be excercised depending on the batch file. if the batch file requires to be interrupted then it may be best to simply remove it from executing/running. -- db ·´¯`·.¸. said: <)))º>·´¯`·.¸. , . .·´¯`·.. ><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º> Click to expand... ..
ctrl + c and or the keyboard key called break however, some caution should be excercised depending on the batch file. if the batch file requires to be interrupted then it may be best to simply remove it from executing/running. -- db ·´¯`·.¸. said: <)))º>·´¯`·.¸. , . .·´¯`·.. ><)))º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><)))º> Click to expand... ..
V Val Aug 21, 2007 #3 If you mean to kill some specific process from a command line, rather than killing the process running in your command prompt, see: http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/taskkill.mspx?mfr=true
If you mean to kill some specific process from a command line, rather than killing the process running in your command prompt, see: http://www.microsoft.com/resources/.../xp/all/proddocs/en-us/taskkill.mspx?mfr=true