Message-ID: <004c01c039f6$75e8c120$0500a8c0@brk> From: "Johan Henriksson" To: Subject: Re: running a program in the background Date: Thu, 19 Oct 2000 19:58:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com from: Johan Henriksson, leadprogrammer @ www.realsoftware.cjb.net "It is not the length of life that counts but what you make out of it" - me ---------------------------------------------------------------------------- ----- >Hi > >I am trying to write a perl program which schedules a job periodically. >In between jobs, the program sleeps. So, if I run the program, I can see >the dos window sitting on my desktop. > >Is there a way to run my program in the background in dos without me >seeing a dos window, like what UNIX is capable of. me? You'd be glad if it even runs the apps. IIRC it doesn't support spawned apps in a reasonable way. To make the DOS-window disappear, you must use the win32-api. Try NT. I think it has a cron-implementation. Better, switch to unix and try the original (and best :)