in reply to Re^2: WinXP running script in the background
in thread WinXP running script in the background

You could also have the program relaunch itself without console window, using Win32::Process. See They didn't give me a fork so I have to eat with a spawn. for code that could serve as a working example.
  • Comment on Re^3: WinXP running script in the background