MSFN Forum: question about adding apps to RunOnceEx - MSFN Forum

Jump to content



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

question about adding apps to RunOnceEx Rate Topic: -----

#1 User is offline   Adiel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 04-August 04

Posted 14 August 2004 - 10:20 AM

i'm now making my RunOnceEx.cmd file and i noticed its a little bit diffrence of the batchfile.cmd .. how can i add NAV2004 and Ad-Aware? this apps requirs task kills ans some other stuff, can i just write -
REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe 
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F

it will work this way? and what about NAV2004?

thanks all.


#2 User is offline   Adiel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 04-August 04

Posted 14 August 2004 - 11:00 AM

Up

#3 User is offline   Alanoll 

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

Posted 14 August 2004 - 11:09 AM

I'm warning you, it is not poilite or even considered proper etiquet to bump you thread after 40 minutes. Perhaps no even day depending on the number of posts. There is just no reason for it. Don't do so again, and this isn't the first time you've done it.



Second, http://unattended.ms...p/runonceex.htm
under the portion of "Understanding RunOnceEX". What you want is to assign several tasks to your thing.

If you don't search again, I will be tempted to close the thread, just because it's OBVIOUS you don't search or read.

#4 User is offline   Adiel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 04-August 04

Posted 14 August 2004 - 11:12 AM

mmm first of all i'm sorry i'm new here.
second, i already searched and looked in the link u gave me, but i still haven't manage to understand what the correct line that i should write.. should it be like this -
REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe 
REG ADD %KEY%\005 /V 2 /D taskkill /IM Ad-Aware.exe /F
REG ADD %KEY%\005 /V 3 /D taskkill /IM hh.exe /F

??

#5 User is offline   Alanoll 

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

Posted 14 August 2004 - 11:17 AM

you forgot some quotes....

REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe" /f
REG ADD %KEY%\005 /V 2 /D "taskkill /IM Ad-Aware.exe" /F
REG ADD %KEY%\005 /V 3 /D "taskkill /IM hh.exe" /F


#6 User is offline   Adiel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 04-August 04

Posted 14 August 2004 - 11:31 AM

what quotes did i forget?
i wrrited the same thing in u wrote in the code tags..
and thanks again

#7 User is offline   Alanoll 

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

Posted 14 August 2004 - 11:53 AM

you forgot the quotes around
taskkill /IM Ad-Aware.exe and taskkill /IM hh.exe

Mine has them, your's doesn't

#8 User is offline   Adiel 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 401
  • Joined: 04-August 04

Posted 14 August 2004 - 12:01 PM

oh ok thanks

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