View Full Version : gaming bat file HELP PLZ (WXP-Home)
BiGbOnG
07-07-2006, 05:22 AM
ok im trying to get a bat file to close explorer open a game the wait till game close and restart explorer but im failing miserably so far all i can get to work is the game to start but no explorershut down so no point in it can any please help me with this.This is wat iv got so far
taskkill C:\WINDOWS\explorer.exe
start c:\games\ut2004\system\ut2004.exe
wait
BiGbOnG
07-07-2006, 10:09 AM
well thnx for ur help guys nd girls but i think iv cracked it seems to work just fine
here`s wat iv got now
@ECHO OFF
ECHO *******************************************
ECHO **UT START PROGRAM**
ECHO *******************************************
ECHO********************************************
ECHO **_=BiGbOnG=_**
ECHO********************************************
PING 1.1.1.1.1
PING 1.1.1.1.1
:UT
taskkill /f /im explorer.exe
taskkill /f /im msnmsgr.exe
start /wait c:\games\ut2004\system\ut2004.exe
start C:\Windows\explorer.exe
:DONE
exit
any thoughts plz post <P ID="edit"><FONT class="small">Edited by BiGbOnG on 07/07/06 09:13.</FONT></P>
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.