Command: number

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Vanessa Tenório
Posts: 1
Joined: 21 Mar 2014 12:23

Command: number

#1 Post by Vanessa Tenório » 21 Mar 2014 12:34

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?

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Command: number

#2 Post by foxidrive » 21 Mar 2014 22:03

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

Post Reply