中国DOS联盟论坛

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-09-23 12:21
47,812 topics / 349,917 posts / today 0 new / 48,273 members
DOS批处理 & 脚本技术(批处理室) » [Help] How can I restore the old batch file functionality under DOS?
Printable Version  1,857 / 1
Floor1 彩云 Posted 2003-06-09 00:00
初级用户 Posts 2 Credits 110
I often need to carry out access, modification, and similar operations through a LAN (WIN98 peer-to-peer networking), but the software I use does not support directly opening target data documents on the LAN. Instead, it requires setting up a mapped connection first -> entering the authorization password for the connection -> processing the data (in the WINDOWS environment) -> closing the connection. I also wrote a batch file to handle this, but I discovered a problem: WINDOWS uses parallel processing, unlike the step-by-step execution of commands in the old DOS days. The step of closing the connection cannot be used at the same time, otherwise it becomes impossible to operate. Only at this point did I start missing the single-step, sequential processing flow of the DOS era, which still has its advantages, especially for single-flow programs where the next step can only be executed after the result of the previous step comes out. Here, I would like to ask an expert who can solve this problem for help. Many thanks!
Floor2 兔子罗杰 Posted 2003-06-30 00:00
初级用户 Posts 15 Credits 132
Just add START /W before each command in the batch file.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023