> i'm working on a script that executes command line statements on windows
> servers.  i have it working successfully, however i'm not able to get the
> output of the command on NT and 2000 servers.  it seems to work somewhat on
> win98.

Is there a reason why you can't use this:

$output = `dir /b`;
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to