Command: number
Moderator: DosItHelp
-
- Posts: 1
- Joined: 21 Mar 2014 12:23
Command: number
I need to show numbers in the range 0-9 ms-dos on the screen, however, the command: echo [0-9] does not work. can help me?
Re: Command: number
If this isn't what you need to do then explain your task a little better 

Code: Select all
echo 0 1 2 3 4 5 6 7 8 9