Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress dos box on running script ? 1

Status
Not open for further replies.

rab54

Programmer
Jan 28, 2004
112
GB
Hi gurus -

I have a perl proggy that runs every minute on our win2k3 server -

Is there a way to stop the dos box opening on each run of the program ?

cheers in advance

Rab
 
Take a look at these threads, they might help:
thread219-862974 and thread219-865676
 
not exactly sure what you're looking for, but launching the script with wperl.exe instead of perl.exe might be what you want to use - the script will run in the background with no visible console. You can see it in Task Manager as wperl.exe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top