![]() |
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-16 10:19 |
47,813 topics / 349,903 posts / today 0 new / 48,258 members |
| DOS疑难解答 & 问题讨论 (解答室) » [Help] How to use start in batch files |
| Printable Version 1,235 / 3 |
| Floor1 东东怪 | Posted 2004-02-12 00:00 |
| 初级用户 Posts 4 Credits 119 | |
|
Question for all the experts:
1. In what situations do I have to use start? 2. What can come after start? exe? com? txt? ... |
|
| Floor2 MYS | Posted 2004-02-13 00:00 |
| 元老会员 Posts 1,637 Credits 5,170 From 广东佛山 | |
|
It should be RESTART for rebooting. Generally speaking, for the two kinds of executable files, EXE and COM, you only need to write the base name into the batch file. For example, EDIT can call EDIT.EXE or EDIT。COM. If it is a BAT file, you need to add CALL in front to call it.
|
|
| Floor3 东东怪 | Posted 2004-02-13 00:00 |
| 初级用户 Posts 4 Credits 119 | |
|
Not restart, I mean the usage of start
|
|
| Floor4 骨灰龙 | Posted 2004-02-19 00:00 |
| 中级用户 Posts 22 Credits 206 | |
|
start command
Calls external programs; all DOS commands and command-line programs can be called with the start command. Commonly used parameters: MIN start with the window minimized SEPARATE start 16-bit Windows programs in a separate memory space HIGH start the application in the HIGH priority class REALTIME start the application in the REALTIME priority class WAIT start the application and wait for it to end parameters these are the parameters passed to the command/program If the application being run is a 32-bit GUI application, CMD.EXE returns to the command prompt without waiting for the application to terminate. If executed inside a command script, this new behavior does not occur. |
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |