Jump to content

Recommended Posts

Posted

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 this

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?


Posted

how do i put it to sleep on it? this what i have for script command:

ECHO.

ECHO Killing tunexp.exe process

taskkill.exe /F /IM tunexp.exe

do you think you help me modify this?

Posted

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 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

Posted
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 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.

Posted

omfg lol

even if u cant find anything, msfn gives u an example lol

Download: Sleep

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)

Posted

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.

Posted

hi it me again i tryed sleep 5 and it got and error here what is says

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?

Posted
Download: Sleep

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...