kitsonrp has asked for the wisdom of the Perl Monks concerning the following question:
I am using ActiveState perl with the developers toolkit to create an NT service, The problem is I need to run the following DOS command,
my @cmd_response = `cmd /c sort < in.txt`;
this produces no output, but it seems that STDIN is not avaliable to the when running as an NT4 service
It works OK with Win2K.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl As a NT4 Service
by tachyon (Chancellor) on Jan 05, 2004 at 10:50 UTC | |
by kitsonrp (Novice) on Jan 05, 2004 at 11:35 UTC | |
by BrowserUk (Patriarch) on Jan 05, 2004 at 11:44 UTC | |
|
Re: Perl As a NT4 Service
by revdiablo (Prior) on Jan 05, 2004 at 22:49 UTC |