I'm attempting to do a WinNT pserver login with a Perl script. I want 
the script to capture the output of the "CVS login" command.

set CVSROOT=:pserver:[EMAIL PROTECTED]:C:\cvsroot
CVS login

The above causes a prompt for the password. If I execute the "CSV 
login" command in Perl by opening a pipe, then I can either pipe the 
output or the input, but not both (right?).

Are there environment variables than can be set to get around this? 
Is there simply a better way to do this?

Thanks,
-Ross

(I searched back through the archive of messages and couldn't find 
info on this. If it's been addressed in the past, I aplogize for 
revisiting it.)


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to