Remove prompt from output
Posted: 14 Oct 2010 10:32
When echo is on I'd like to have the command displayed without the C:\> (or other drive) prompt. For example, a batch file with a single command:
ren test test01
...will output...
C:\>ren test test01
...when run. I'd much rather not see the prompt C:\> before the command. For me...
ren test test01
...is much cleaner output.
Is this possible in a simple way?
ren test test01
...will output...
C:\>ren test test01
...when run. I'd much rather not see the prompt C:\> before the command. For me...
ren test test01
...is much cleaner output.
Is this possible in a simple way?