> -----Original Message-----
> Behalf Of Chris Anderson
> 
> 
> Here is Vladimir's reply...
> 
> And yes, he has tried forward slashes, versus backward slashes
> to no avail.

Here is a guess (using the escape character for the NT shell.)

"rsh 213.165.192.242 -l intercable sh accounting ^>a.log"


> 
> Original Message -----------------------
> I starting script 
> 
> #1
> 
> Win32::Process::Create($ProcessObj,
>            'c:\\windows\\system32\\rsh.exe',
>            "rsh 213.165.192.242 -l intercable sh accounting >a.log",
>            0,
>            NORMAL_PRIORITY_CLASS,
>            'c:\\test');
>            $ProcessObj->Wait(2000);
>  
> and get message 
> 
> Line has invalid autocommand "sh accounting >a.log"
> 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to