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

Thanks,
Its actually Windows 2000. Do I need to modify anything for it to work with Windows 2000?
  • Comment on Re^2: Eliminate pop up window when script executes

Replies are listed 'Best First'.
Re^3: Eliminate pop up window when script executes
by mikeock (Hermit) on Feb 10, 2006 at 21:01 UTC
    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!
      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.