From 3de14fef8be04c1b4f85752b7f6a41f0bfcfdd0d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Tue, 29 Dec 2020 16:17:49 -0800 Subject: [PATCH] A simple initialization batch file to create the DATA directory tree. The last step in the old DOS installer (INSTALL.EXE) was to run SCFG /F to create the necessary DATA directory tree. Since we have no installer here, just make this little batch file for a new install. --- init.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 init.bat diff --git a/init.bat b/init.bat new file mode 100644 index 0000000..98e6c6f --- /dev/null +++ b/init.bat @@ -0,0 +1,2 @@ +@rem Initial setup of Synchronet install for DOS +@exec\scfg.exe ctrl /f -- GitLab