Erorr killing TuneXp.exe
#1
Posted 29 October 2004 - 08:32 PM
Killing tunexp.exe process
ERROR: 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?
#3
Posted 29 October 2004 - 08:44 PM
ECHO.
ECHO Killing tunexp.exe process
taskkill.exe /F /IM tunexp.exe
do you think you help me modify this?
#4
Posted 29 October 2004 - 09:06 PM
#5
Posted 29 October 2004 - 09:45 PM
now can you help me try and get this sleep.exe to work wit this:
ECHO.
ECHO Killing tunexp.exe process
taskkill.exe /F /IM tunexp.exe
i '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
#6
Posted 29 October 2004 - 10:24 PM
kurt476, on Oct 29 2004, 09:45 PM, said:
now can you help me try and get this sleep.exe to work wit this:
ECHO.
ECHO Killing tunexp.exe process
taskkill.exe /F /IM tunexp.exe
i '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
I 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.
#8
Posted 29 October 2004 - 11:09 PM
even if u cant find anything, msfn gives u an example lol
Quote
You 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)
#9
Posted 30 October 2004 - 12:46 AM
Watch 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.EXE
You don't search very hard.
#10
Posted 30 October 2004 - 09:55 AM
#11
Posted 30 October 2004 - 10:39 AM
Killing Tunexp.exe process
' sleep is not recognized as an interall or external cammand,
error: the process "tunexp.exe" not found
here what i did:
ECHO.
ECHO Killing tunexp.exe process
Sleep 5
taskill.exe /F /IM tunexp.exe
Dose any budy see the problem i did?
#12
Posted 30 October 2004 - 10:47 AM
There's a reason why it's in the DOWNLOAD section.
#13
Posted 30 October 2004 - 11:01 AM
#14
Posted 30 October 2004 - 11:17 AM
Quote
You 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.
#15
Posted 30 October 2004 - 11:30 AM



Help

Back to top









