If you mean at Command Prompt, then you can try on Windows NT or W2000:

 echo ### before 1st command ### & cvs --help & echo ### before 2nd command
 ### & cvs --version  & echo ### after 2nd command ###

 W2000 help says:
 a.. The ampersand (&) separates multiple commands on one command line.
 a.. The parentheses groups multiple commands.
 a.. The double ampersand (&&) causes the command following this symbol to
 run only if the command preceding the symbol is successful.
 a.. The double pipe (||) causes the command following this symbol to run
 only if the command preceding the symbol fails.

 Hynek
> ----- Original Message -----
> From: "Bill Rust" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 30, 2001 4:25 AM
> Subject: [Cvsnt] Is there anyway to put multiple CVS commands on a single
> command line?
>
>
> >
> > _______________________________________________
> > Cvsnt mailing list
> > [EMAIL PROTECTED]
> > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
>

_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to