Computing.Net > Forums > Disk Operating System > open a DOS window from another DOS window

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

open a DOS window from another DOS window

Reply to Message Icon

Name: Claudio
Date: November 25, 1998 at 08:06:08 Pacific
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: Igor M
Date: November 26, 1998 at 01:41:32 Pacific
Reply:

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


0

Response Number 2
Name: World Library
Date: November 26, 1998 at 10:21:53 Pacific
Reply:

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 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo ³C Reserved for next Update. (try me!) ³
echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

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


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: open a DOS window from another DOS window

list a txt file from another drive www.computing.net/answers/dos/list-a-txt-file-from-another-drive/15650.html

Keeping DOS windows open www.computing.net/answers/dos/keeping-dos-windows-open/3102.html

log dos-window/write a dos process>file www.computing.net/answers/dos/log-doswindowwrite-a-dos-processfile/8605.html