> I have a few things that are scheduled to run when PPro starts, which 
> usually only happens when I log in.  However, if I have to close PPro 
> for some reason, when I restart PPro it performs these tasks, one of 
> which includes waiting for a window that isn't going to appear.  How 
> can I prevent this from happening?

I use this to bypass startup stuff:

@ICQTrillianEvent
  If (shift == "1") do
    Message 2 No startup of IMs
  Else
    If (anywindow("=icq") == 0)
;      "%ProgramFiles%\ICQ\icq.exe"
    If (anywindow("=trillian") == 0)
      "%ProgramFiles%\Trillian3\trillian.exe"
    If (anywindow("=radioSHARK") == 0)
      "%ProgramFiles%\Griffin Technology\radioSHARK\radioSHARK.exe"
  Endif
  Quit
    
David Troesch  |  Atlanta, GA  |  ICQ# 2333123
Aah, passive censorship by the mega-medias in the US. How democratic!
http://tinyurl.com/7yj3a
Funstuff: Driver Only Carries $20 in Ammunition



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to