MSFN Forums: taskkill @ T-9 - MSFN Forums

Jump to content


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

taskkill @ T-9 Rate Topic: -----

#1 User is offline   MCT 

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

Posted 09 July 2004 - 02:47 PM

just wonderin how i can kill a process @ T-9

heres my code
<execute display='PE Explorer' program='#SOURCEDRIVE#\Install\Apps\PExplorer\PE.Explorer_setup.exe' arguments='/VERYSILENT'></execute>
<execute display='Killing PE Process' program='taskkill.exe' arguments='/IM hh.exe /F' nowait='true' />


it works fine if i do it from GUIRunOnce but not during windows install, help me :P
its probly somethin im missing

thanks :D

Ad Bot #1 User is online   Sponsor Icon

  • Advert Bot
  • Group: Ad Bots
  • Posts: 0
  • Joined: --

Warn Status

Warning level: 0%

0
  • +
  • -

#2 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 09 July 2004 - 04:11 PM

hi,

i never tried it with taskkill.exe, but using pskill out of the PSTools from Sysinternals works for sure like this:
	 <execute display='Installing Winamp...'  program='#xplode#\Applications\winamp\winamp503_full.exe' arguments='/S'></execute>
 	 <execute display='Killing Winamp Regwindow...'  program='pskill' arguments='winamp' hide=''></execute>


hope this helps a bit

cya

Killer Bee

#3 User is offline   MCT 

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

Posted 10 July 2004 - 08:33 PM

hi killerbee

thanks :D i havent tried with pskill, but i will now, :thumbup

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