Batch Script File Color Error

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
NZIdiot
Posts: 4
Joined: 14 Apr 2009 17:39

Batch Script File Color Error

#1 Post by NZIdiot » 15 Apr 2009 00:35

Hi

I am currently writing a batch script for an assignment. There are 2 questions that are annoying me. First question asks that u create a new command windows with red colored text and green background. It says 2 commands need to be use, 1 is CMD and the other i think is /T:24 so it reads

ECHO.
CMD /T:24
PAUSE

Next question says i have to create another new command window with blue colored text and white background with a prompt to include the windows version number.

ECHO.
CMD /T:71
PAUSE

The problem is when i first change colors, CMD /T:24, all commands i have entered after this don't seem to work. How do i write up these commands?

A huge thank you in advance

avery_larry
Expert
Posts: 391
Joined: 19 Mar 2009 08:47
Location: Iowa

#2 Post by avery_larry » 15 Apr 2009 10:16

Hmmm . . . This is for an assignment?

I'm not sure what it means by needing 2 commands.

One clue, though -- you might want to think about "a NEW command window"

Post Reply