Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
How can I put a command in a batch file in order to open another DOS window ? I want to put a message about the batch file in the 2nd window.
Thank you

Hi,
You can try START command. It runs program in its own window. For example
START PROGRAM.exe
But if you want your bat file continue execution you must configure the 1st dos windows (from wich the bat started) not completely stop in background mode.
Good luck, Igor M

Not knowing just what you intend to do,,,,
hmmm,,,,well if you want text displayed
on your screen at a selected location you can use ansi commands.I hope my copy and paste below came out ok.
14 is the row 20 is the column 1;33;44 is the color m is required. Hmmm like a . in a sentence.echo [14;20H[1;33;44mÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿[m
echo [15;20H[1;33;44m³C Reserved for next Update. (try me!) ³[m
echo [16;20H[1;33;44mÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ[m
Your batch file can then send messages to any
given area on your monitor.I do not recommend loading your ansi system if you are also downloading any Warez or cracks off the internet. Some have been know to have ansi bombs.
Instead get a small safe ansi.com to handle the ansi commands.
Wish I knew exactly what you are up to..lol.
W.L.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |