in reply to Eliminate pop up window when script executes

BEGIN{require Win32::Console;Win32::Console::Free() if ($^O eq "MSWin32");}

Replies are listed 'Best First'.
Re^2: Eliminate pop up window when script executes
by Anonymous Monk on Feb 10, 2006 at 20:48 UTC
    Thanks,
    Its actually Windows 2000. Do I need to modify anything for it to work with Windows 2000?
      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.