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

Thanks ,

I tryed those ways but i dont know why my script dies when i close the "CMD" window

What i want is to be able to close the (MS DOS) window after executing the script and keep the script working in the background

Code examples will help much

  • Comment on Re^2: WinXP running script in the background

Replies are listed 'Best First'.
Re^3: WinXP running script in the background
by Trix606 (Monk) on May 10, 2006 at 19:30 UTC
    Well it sounds like you want your script to act like a service (in Windows terminology) or Daemon (*nix terminology).

    In that case, check out Win32::Daemon.

    Good luck,

    Trix

Re^3: WinXP running script in the background
by bart (Canon) on May 10, 2006 at 20:54 UTC
Re^3: WinXP running script in the background
by nimdokk (Vicar) on May 10, 2006 at 19:12 UTC
    You might want to look at Scheduled Tasks and wperl