dos window display characters

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
booga73
Posts: 108
Joined: 30 Nov 2011 16:16

dos window display characters

#1 Post by booga73 » 19 Jun 2014 08:35

Is there any way to display in the command window in different coordinate locations, X,Y, a character?

Simply, the script to read in a character from a string (string being a variable) and randomly position that character to different positions in the console window?

I tried looking up snippet options to do that with batch and can't identify.

v/r Booga

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: dos window display characters

#2 Post by ShadowThief » 19 Jun 2014 13:35

viewtopic.php?f=3&t=3428

You're looking for CursorPos

booga73
Posts: 108
Joined: 30 Nov 2011 16:16

Re: dos window display characters

#3 Post by booga73 » 19 Jun 2014 14:37

thank you! thus another quest for a batch script! v/r Booga :lol:

Post Reply