Ask: After a BAT calls an EXE, how does it automatically exit by itself.
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!
Originally posted by huahua0919 at 2008-8-27 11:22 AM:
start "" yourprogram.exe
Originally posted by huahua0919 at 2008-8-27 11:35 AM:
You have plenty of calls.
Why do you say that start can't run program files?
Let's see if this program can execute \
start "" freecell
Does the p automatically exit?
Originally posted by HAT at 2008-8-27 11:47 AM:
After CALL, the batch processing cannot continue to run, and only START can be used.
Which program can't you open with START? How is your code written?
Originally posted by slore at 2008-8-27 12:04 PM:
start "万能5B" "C:\Program Files\a\wnwb.exe"
Originally posted by HAT at 2008-8-27 12:13 PM:
START "Title" "Program path"
Read the help more
start /?
Note: Using
start "C:\Program Files\a\wnwb.exe"
cannot bring up