China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-27 08:45
中国DOS联盟论坛 » DOS疑难解答 & 问题讨论 (解答室) » [Help] How to use start in batch files View 1,203 Replies 3
Original Poster Posted 2004-02-12 00:00 ·  中国 山东 青岛 联通
初级用户
Credits 119
Posts 4
Joined 2004-02-10 00:00
22-year member
UID 17136
Gender Male
Status Offline
Question for all the experts:

1. In what situations do I have to use start?

2. What can come after start? exe? com? txt? ...
Floor 2 Posted 2004-02-13 00:00 ·  中国 广东 佛山 三水区 电信
元老会员
★★★★
Credits 5,170
Posts 1,637
Joined 2002-10-16 00:00
23-year member
UID 8
Gender Male
From 广东佛山
Status Offline
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.
我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
Floor 3 Posted 2004-02-13 00:00 ·  中国 山东 青岛 联通
初级用户
Credits 119
Posts 4
Joined 2004-02-10 00:00
22-year member
UID 17136
Gender Male
Status Offline
Not restart, I mean the usage of start
Floor 4 Posted 2004-02-19 00:00 ·  中国 山西 太原 联通
中级用户
Credits 206
Posts 22
Joined 2004-02-05 00:00
22-year member
UID 16772
Gender Male
Status Offline
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.
Forum Jump: