Search found 2 matches

by thepierre
21 Oct 2008 09:32
Forum: DOS Batch Forum
Topic: Countdown script
Replies: 3
Views: 8869

I see what it is talking about, I am just not getting the variable part... and how do I know what command to run. That did help though! I just don't understand how to form it so that it will display the numbers to the screen, here is what I have: FOR /L %variable IN (49,-2,1) DO command I start at 4...
by thepierre
19 Oct 2008 08:24
Forum: DOS Batch Forum
Topic: Countdown script
Replies: 3
Views: 8869

Countdown script

Hello all. I am new to DOS scripting, and we have an assignment at school. We were told: "Write a script that displays odd numbers beginning with 49 and descending until ending with 1." That was all we were given, I have no idea where to even start. Can someone please lead me in the correc...