summarylogtreecommitdiffstats
path: root/simple-net-config.patch
blob: c57a7e7e27d91f14e9fd17c7733028c8dcf23234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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