kurt476 Posted October 30, 2004 Posted October 30, 2004 ok here is the problem that problem is that the tunexp.exe has a delay when it come's up and when the start.cmd try's to kill tunexp.exe it come's up with and erorr like thisKilling tunexp.exe processERROR: THE process "tunexp.exe" not found it comes up a few secs later and it dosen't kill it.dose any budy have an idea how to kill the proecss or delay the killing process?
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 how do i put it to sleep on it? this what i have for script command:ECHO.ECHO Killing tunexp.exe processtaskkill.exe /F /IM tunexp.exedo you think you help me modify this?
CoffeeFiend Posted October 30, 2004 Posted October 30, 2004 Instead of posting like crazy, try to do some search. There's a sleep.exe that will do what you need...
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 first of all most of the forums don't help with this problem.now can you help me try and get this sleep.exe to work wit this:ECHO.ECHO Killing tunexp.exe processtaskkill.exe /F /IM tunexp.exei 'm a newbie please help me? and try to get it to kill the process durning the batch of files installation so it can be pused please help thank you
big poppa pump Posted October 30, 2004 Posted October 30, 2004 first of all most of the forums don't help with this problem.now can you help me try and get this sleep.exe to work wit this:ECHO.ECHO Killing tunexp.exe processtaskkill.exe /F /IM tunexp.exei 'm a newbie please help me? and try to get it to kill the process durning the batch of files installation so it can be pused please help thank youI agree with crahak. FFS, use the SEARCH function. The sleep function has been covered quite extensively in quite a few posts. Browse through the previous threads and get your answer instead of starting a thread for every minor problem you experience. It took me 1 minute on msfn/google on how to use the sleep function in a batch file.
MCT Posted October 30, 2004 Posted October 30, 2004 omfg loleven if u cant find anything, msfn gives u an example lolDownload: SleepYou may come across a program that ignores the "start /wait" syntax, due to the program itself launching another process. Sleep.exe can be used to pause your batch for any number of seconds to allow the program to install fully before the batch file proceeds to install anything else.Extract sleep.zip, and then copy sleep.exe into: C:\XPCD\$OEM$\$$\System32\ (This allows sleep to be executed from anywhere when placed in the \Windows\System32 Directory)Usage: sleep.exe 30(the above syntax will halt your batch file for 30 seconds)
Alanoll Posted October 30, 2004 Posted October 30, 2004 http://www.msfn.org/board/tutorials/search.htmWatch that. Learn to search.Did you even TRY to search google for SLEEP , or even in the google box at the top. Did you TRY the search function of the board?I mean, a simple search for SLEEP on this board ALONG brings up...http://www.msfn.org/board/index.php?act=Se...hlite=SLEEP.EXEYou don't search very hard.
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 i already did a search and it dosen't come up with what i want i found nothing it like i said earliar. it dosen't come up killing TuneXp.exe. so i am trying this the easy easy i am just asking for some1's help to kill the process of tunexp.exe.
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 hi it me again i tryed sleep 5 and it got and error here what is saysKilling Tunexp.exe process' sleep is not recognized as an interall or external cammand,error: the process "tunexp.exe" not foundhere what i did:ECHO.ECHO Killing tunexp.exe processSleep 5taskill.exe /F /IM tunexp.exeDose any budy see the problem i did?
Alanoll Posted October 30, 2004 Posted October 30, 2004 perhaps you DON'T HAVE SLEEP?There's a reason why it's in the DOWNLOAD section.
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 yeah i just download sleep.exe i just don't know the right command for it
Alanoll Posted October 30, 2004 Posted October 30, 2004 Download: SleepYou may come across a program that ignores the "start /wait" syntax, due to the program itself launching another process. Sleep.exe can be used to pause your batch for any number of seconds to allow the program to install fully before the batch file proceeds to install anything else.Extract sleep.zip, and then copy sleep.exe into: C:\XPCD\$OEM$\$$\System32\ (This allows sleep to be executed from anywhere when placed in the \Windows\System32 Directory)Usage: sleep.exe 30(the above syntax will halt your batch file for 30 seconds)It says RIGHT THERE how to use it.
kurt476 Posted October 30, 2004 Author Posted October 30, 2004 wow it worked thank you Alanoll that anwesers my ? thank you so much
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now