in reply to Re^2: Eliminate pop up window when script executes
in thread Eliminate pop up window when script executes

According to the cookbook no. I have used this on WinXP and Win 2000 with no problems. I added this to a script so I could use as scheduled task. Works great and I have not seen any popups when it runs! Hope this helps!
  • Comment on Re^3: Eliminate pop up window when script executes

Replies are listed 'Best First'.
Re^4: Eliminate pop up window when script executes
by Anonymous Monk on Feb 10, 2006 at 21:07 UTC
    For some unknown reason it still pops up that window on my Windows NT workstation. I will have to find out another way. Thanks.
      Do a print on $^0. Change the if to match the value that is returned and your problem is resolved.