Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-09-17 20:52:58 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-09-18 21:07:53 +0300
commit67eb61f5a848c27b98d7c2be39f1e9dd7b2014ba (patch)
treec15310a52786a72c34fd187a75f5da9a385b59c3 /README
parent1f1ef3fa90b51bcabff494bfa5bf10755f0cad1b (diff)
Make instant-launch imply the '-exit' argument
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index aa7773ab4..5b08591da 100644
--- a/README
+++ b/README
@@ -367,8 +367,16 @@ dosbox -opencaptures program
If "NAME" is an executable it will mount the directory of "NAME"
as the C: drive and execute "NAME".
+ If "NAME" in an execuatble and the startup_verbosity configurable
+ setting is "auto" (or "low" or "quiet"), then the introductory
+ splash-screen and text help banner will not be shown. This is known
+ as instant-launch.
+
-exit
DOSBox will close itself when the DOS application "name" ends.
+ If the above conditions for instant-launch are true, then the -exit
+ flag is implied, and DOSBox will quit as soon as the executable
+ "NAME" terminates.
-c command
Runs the specified command before running "name". Multiple commands