1.

Solve : Typing more than one command at the dos prompt?

Answer»

Anyone FAMILIAR with how to type more than one command at the Dos prompt. I have to enter 3 commands and the Enter key does not move me to the NEXT line. Is there a way to type all 3 lines on one line?aldejais,

TWO ways:
1. Use "&" to separate commands in a single line, i.e.:
Quote

ver & echo.two & echo.three

2. Start with an opening bracket. Now Enter will move to the next line asking form "More?" until you CLOSE the bracket.
Quote
C:\>( ver
More? echo.two
More? echo.three
More? )

DOS IT HELP?


Discussion

No Comment Found