![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-12 11:35 |
47,811 topics / 349,897 posts / today 0 new / 48,256 members |
| DOS学习入门 & 精彩文章 (教学室) » How can I run multiple programs with a batch file? |
| Printable Version 3,041 / 3 |
| Floor1 Nihlathak | Posted 2003-05-13 00:00 |
| 初级用户 Posts 26 Credits 218 | |
|
Today I wanted to write a batch file to make multiple programs start one after another.
But it turned out that each program has to wait for the previous one to end before it can be activated. Is there any way to make them coexist? |
|
| Floor2 如是大师 | Posted 2003-05-13 00:00 |
| 元老会员 Posts 3,351 Credits 9,654 From 湖北 | |
|
This can be done through some system enhancement commands to manage multithreaded execution of programs, provided it stays within the range allowed by DOS memory. Like seal, etc...
|
|
| Floor3 Nihlathak | Posted 2003-05-13 00:00 |
| 初级用户 Posts 26 Credits 218 | |
|
So in that case, batch processing is a bit beyond its capabilities?
|
|
| Floor4 如是大师 | Posted 2003-05-13 00:00 |
| 元老会员 Posts 3,351 Credits 9,654 From 湖北 | |
|
You could put it that way.... So-called batch processing means execution in batches... the statements in a batch file are executed one by one in sequence. Generally, when loading TSRs (memory-resident programs), they can be executed one after another... For other programs, you need to use parameters like /u or /q to exit that program before the next statement can be executed.. (Remember, it's the "next statement"—that is to say, the commands in a batch file are actually executed in sequence, although it may look like they are loaded "at the same time".)....
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |