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.
close explorer.exe with a*.bat file
Name: bp103 Date: January 12, 2006 at 05:10:16 Pacific OS: Windows XP CPU/Ram: 700Mhz/256
Comment:
how do I close explorer.exe with a *.bat file what would that code be? (I don't wanna pause it I wanna close it)
please help
NOTE:I know how useless explore.exe is so you don't need to tell me all about it.(not trying to be rude)
Name: velocitychaos Date: January 12, 2006 at 05:37:40 Pacific
Reply:
You know you can just go to the control panel and end it im sure...The command below is only for Winxp Pro it wont work in the home edition.. But you must save this as a .cmd file instead of a .bat.. here is the script.
If you want this to work in home you have to get the taskill.exe from a Pro computer. As far as I know there is no .bat file that will do this in windows.
VeL
0
Response Number 2
Name: velocitychaos Date: January 12, 2006 at 05:41:49 Pacific
Reply:
Your in luck here is a link to download the taskkill.exe that comes with Pro.
Name: trvlr Date: January 12, 2006 at 10:29:36 Pacific
Reply:
ermmm... am I missing something here...? To close Explorer why not simply click on the "X" at top right corner???
Or am misreading/misunderstanding the query?
0
Response Number 4
Name: velocitychaos Date: January 12, 2006 at 10:32:36 Pacific
Reply:
That would be Iexplorer.exe (internet explorer).. explorer.exe is the windows shell which can be easily shut down through the taskmanager. I figured the guy with the question knew that since he understood alittle about .bat files..I was kinda curious as well what his intentions are for this script.
Summary: i just need some help with a batch file i made. it's used to start up some processes that i previously terminated. here is the script for it: sc start acrsch2svc sc start pdsched sc start adobeactivef...
Summary: I have users which frequently access a database which autosaves the date/time in entries. I need to create a .bat file which when the user wants to acces the database from the desktop icon, will firs...