summarylogtreecommitdiffstats
path: root/simple-net-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'simple-net-config.patch')
-rw-r--r--simple-net-config.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/simple-net-config.patch b/simple-net-config.patch
new file mode 100644
index 000000000000..c57a7e7e27d9
--- /dev/null
+++ b/simple-net-config.patch
@@ -0,0 +1,35 @@
+diff --git a/app/dosboxsyndicate_client.conf b/app/dosboxsyndicate_client.conf
+--- a/app/dosboxsyndicate_client.conf
++++ b/app/dosboxsyndicate_client.conf
+@@ -2,11 +2,8 @@
+ ipx=true
+
+ [autoexec]
+-@echo off
+-mount c ".."
++mount c "."
+ c:
+-cls
+-IPXNET CONNECT 127.0.0.1
++IPXNET CONNECT 127.0.0.1 19900
+ netbios.exe
+-synd.exe
+-exit
++cls
+diff --git a/app/dosboxsyndicate_server.conf b/app/dosboxsyndicate_server.conf
+--- a/app/dosboxsyndicate_server.conf
++++ b/app/dosboxsyndicate_server.conf
+@@ -2,11 +2,7 @@
+ ipx=true
+
+ [autoexec]
+-@echo off
+-mount c ".."
++mount c "."
+ c:
+-cls
+-IPXNET STARTSERVER
++IPXNET STARTSERVER 19900
+ netbios.exe
+-synd.exe
+-exit