hi all,
I am wondering how I can start a perl process which doesn’t show a general cmd screen..
Eg, at the moment I have a perl program that doesn’t write output to a screen (only a file). This program forever loops and writes to a file. Now, I have a batch file which contains the following (to kick off my perl program):
Perl perProg.pl
However, when I run the batch program to kick off the perl program, a cmd window is displayed,, how can I start my perl program and not display this cmd screen..?
Cheers, and thanks all
JD
(the perl aussie battler)
I am wondering how I can start a perl process which doesn’t show a general cmd screen..
Eg, at the moment I have a perl program that doesn’t write output to a screen (only a file). This program forever loops and writes to a file. Now, I have a batch file which contains the following (to kick off my perl program):
Perl perProg.pl
However, when I run the batch program to kick off the perl program, a cmd window is displayed,, how can I start my perl program and not display this cmd screen..?
Cheers, and thanks all
JD
(the perl aussie battler)