summarylogtreecommitdiffstats
path: root/dosboxconstructor_settings.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dosboxconstructor_settings.conf')
-rw-r--r--dosboxconstructor_settings.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/dosboxconstructor_settings.conf b/dosboxconstructor_settings.conf
new file mode 100644
index 000000000000..92e5dc39e585
--- /dev/null
+++ b/dosboxconstructor_settings.conf
@@ -0,0 +1,15 @@
+[IPX]
+Enable=0
+Connection=0
+ipx=false
+
+[autoexec]
+# Lines in this section will be run at startup.
+
+@ECHO OFF
+mount C "."
+imgmount d "const.gog" -t iso -fs iso
+c:
+cls
+setsound.bat
+exit \ No newline at end of file