Can somebody post a batch file...
Poppinjay
Can somebody post a batch file that eleminates explorer and other unnecessary processes and then runs GW?
I have seen this mentioned in other threads, but those that seemed to have had links to the files at one point do not work anymore. I did a search for "batch file" but found no specifics on exactly what I need to do to create one, or examples.
Indeed, if somebody just posts an example I can probably modify it to my needs. A link to a list of commands would be nice, but that is probably asking to much.
But if someboyd could at least just post the text of a batch file in text here it would be great.
Poppinjay
I have seen this mentioned in other threads, but those that seemed to have had links to the files at one point do not work anymore. I did a search for "batch file" but found no specifics on exactly what I need to do to create one, or examples.
Indeed, if somebody just posts an example I can probably modify it to my needs. A link to a list of commands would be nice, but that is probably asking to much.
But if someboyd could at least just post the text of a batch file in text here it would be great.
Poppinjay
Luchaire
http://www.iamnotageek.com/a/27-p1.php
^ That should answer your question. Make sure to visit Blackviper's page here too: http://www.blackviper.com/WinXP/servicecfg.htm
^ That should answer your question. Make sure to visit Blackviper's page here too: http://www.blackviper.com/WinXP/servicecfg.htm
Poppinjay
The Backviper page does NOT open for me.
Pop
Pop
Dingo Dave
can you not just run msconfig, select selective startup and then disable all you not need?
Poppinjay
What I want to do is have a batch file that will first eliminate explorer and then run guildwars.
The batch file information on the page that worked only showed me how to turn off net services.
Somebody mentioned that explorer is a hog, but that you can turn it off with a batch file that will also run guildwars, but I can't find out how to do this.
Poppinjay
The batch file information on the page that worked only showed me how to turn off net services.
Somebody mentioned that explorer is a hog, but that you can turn it off with a batch file that will also run guildwars, but I can't find out how to do this.
Poppinjay
Tavenlen
Quote:
Originally Posted by Poppinjay
The Backviper page does NOT open for me.
|
Poppinjay
Does anybody have a batchfile that they use that they can just POST here in text? Once I see the commands in action I can modify it for my own system.
Pop
Pop
Poppinjay
I have been playing with dos commands for over an hour, but I can't seem to:
#1. Load any program that has a long windows path name instead of a short dos pathname. If I put a program in the C: directory and it is short with no spaces it works, but guildwars is in my program files directory.
#2. Stop explorer, even though NET STOP stops some other programs.
Still waiting for help. Please.
Poppinjay
#1. Load any program that has a long windows path name instead of a short dos pathname. If I put a program in the C: directory and it is short with no spaces it works, but guildwars is in my program files directory.
#2. Stop explorer, even though NET STOP stops some other programs.
Still waiting for help. Please.
Poppinjay
EcPercy
You can get to anything in program files from a dos prompt by using:
c:\Progra~1\
Or you can put the whole line in quotes: (e.g.)
"c:\program files\windows media player\wmplayer.exe"
Hope that helps.
c:\Progra~1\
Or you can put the whole line in quotes: (e.g.)
"c:\program files\windows media player\wmplayer.exe"
Hope that helps.
Phantium
Quote:
Originally Posted by EcPercy
You can get to anything in program files from a dos prompt by using:
|
It's not required to put .exe behind it.
EcPercy
I was posting an example to answer post #8.
(e.g.) = for example
(e.g.) = for example
Darksci
isn't explorer required for the operation for windows lol?
I.e shutting down that, means 'bye bye'
I.e shutting down that, means 'bye bye'
Svenn
Quote:
Originally Posted by Darksci
isn't explorer required for the operation for windows lol?
I.e shutting down that, means 'bye bye' |
Rogie
If you're on xp, why don't you just ctrl-shft-esc and end the explorer process in the processes tab, then go to file->new task, and run your GW executable? When you're done, you can just go back to file->new task, and run explorer to get the taskbar and crap back again.
Svenn
Quote:
Originally Posted by Rogie
If you're on xp, why don't you just ctrl-shft-esc and end the explorer process in the processes tab, then go to file->new task, and run your GW executable? When you're done, you can just go back to file->new task, and run explorer to get the taskbar and crap back again.
|
Serafita Kayin
It's perfectly possible to do so, and is actually extremely stable, but I don't recommend it for the offhand chance of corruption of important system files.
I also do not support batch files that do so, or the posting of them here, for the fact that batch files are executeables and you can concievably stuff literally anything in one.
You are not wrong in thinking it's a great idea, and if people were generally more trustworthy I would post one (I used to run one for all my benchmark stuff) that I think I have kicking around here, but the liability is huge for that type of file.
That's great thinking, but is unfortunately unfeasible at this point in the life of the internet. If someone so chose to create a batch, I could review it for trustworthiness and see if we could get a certified download page for such, but all the crap floating around means that hosting it on the forum is gonna be iffy at best. Keep working at it, I think you're on to something for those systems that are low on RAM and such...
I also do not support batch files that do so, or the posting of them here, for the fact that batch files are executeables and you can concievably stuff literally anything in one.
You are not wrong in thinking it's a great idea, and if people were generally more trustworthy I would post one (I used to run one for all my benchmark stuff) that I think I have kicking around here, but the liability is huge for that type of file.
That's great thinking, but is unfortunately unfeasible at this point in the life of the internet. If someone so chose to create a batch, I could review it for trustworthiness and see if we could get a certified download page for such, but all the crap floating around means that hosting it on the forum is gonna be iffy at best. Keep working at it, I think you're on to something for those systems that are low on RAM and such...
Rogie
The ending of explorer.exe in the way I described it does not affect any offhand chance of corruption of system files. I have done it many times without any problems at all. If your files are going to be corrupted anyway, explorer.exe will not stop that in anyway.