MSFN Forum: Erorr killing TuneXp.exe - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Erorr killing TuneXp.exe Rate Topic: -----

#1 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 29 October 2004 - 08:32 PM

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?


#2 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 29 October 2004 - 08:42 PM

You can put a sleep.

#3 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 29 October 2004 - 08:44 PM

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?

#4 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,260
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 October 2004 - 09:06 PM

Instead of posting like crazy, try to do some search. There's a sleep.exe that will do what you need...

#5 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 29 October 2004 - 09:45 PM

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

#6 User is offline   big poppa pump 

  • Damn Newbies!!
  • PipPipPip
  • Group: Members
  • Posts: 406
  • Joined: 10-September 03

Posted 29 October 2004 - 10:24 PM

kurt476, on Oct 29 2004, 09:45 PM, said:

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.

#7 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 29 October 2004 - 11:04 PM

i'm sorry i didn't find any on this.

#8 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 29 October 2004 - 11:09 PM

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

Quote

Sleep[/url]

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 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 October 2004 - 12:46 AM

http://www.msfn.org/...ials/search.htm

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 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 30 October 2004 - 09:55 AM

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.

#11 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 30 October 2004 - 10:39 AM

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?

#12 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 October 2004 - 10:47 AM

perhaps you DON'T HAVE SLEEP?
There's a reason why it's in the DOWNLOAD section.

#13 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 30 October 2004 - 11:01 AM

yeah i just download sleep.exe i just don't know the right command for it

#14 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 October 2004 - 11:17 AM

Quote

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.

#15 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 30 October 2004 - 11:30 AM

wow it worked thank you Alanoll that anwesers my ? thank you so much :thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy