Skip to content
Snippets Groups Projects
Commit 381a9984 authored by Michael Long's avatar Michael Long
Browse files

fix echo off

parent feeca3ae
No related branches found
No related tags found
1 merge request!56Improvements to linux dosemu support
Pipeline #962 passed
...@@ -1286,7 +1286,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir) ...@@ -1286,7 +1286,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
return(-1); return(-1);
} }
fprintf(dosemubatfp,"@@ECHO OFF\r\n",nodedrive); fprintf(dosemubatfp,"@ECHO OFF\r\n");
fprintf(dosemubatfp,"@SET DSZLOG=%s\\PROTOCOL.LOG\r\n",nodedrive); fprintf(dosemubatfp,"@SET DSZLOG=%s\\PROTOCOL.LOG\r\n",nodedrive);
fprintf(dosemubatfp,"@SET SBBSNODE=%s\r\n",nodedrive); fprintf(dosemubatfp,"@SET SBBSNODE=%s\r\n",nodedrive);
fprintf(dosemubatfp,"@SET SBBSNNUM=%d\r\n",cfg.node_num); fprintf(dosemubatfp,"@SET SBBSNNUM=%d\r\n",cfg.node_num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment