Subversion Repositories SvarDOS

Rev

Rev 2184 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2184 Rev 2187
Line 1164... Line 1164...
1164
  fprintf(fd, "DEL pkg.exe\r\n"
1164
  fprintf(fd, "DEL pkg.exe\r\n"
1165
              "DEL install.com\r\n"
1165
              "DEL install.com\r\n"
1166
              "DEL install.lng\r\n"
1166
              "DEL install.lng\r\n"
1167
              "SET COMSPEC=\\COMMAND.COM\r\n"
1167
              "SET COMSPEC=\\COMMAND.COM\r\n"
1168
              "DEL \\CMD.COM\r\n");
1168
              "DEL \\CMD.COM\r\n");
1169
  /* print out the "installation over" message (load codepage first, now that MODE is installed) */
1169
  /* load codepage, now that MODE is installed */
1170
  genlocalesconf(fd, &locales);
1170
  genlocalesconf(fd, &locales);
-
 
1171
 
-
 
1172
  /* if provox has been installed, then load it now */
-
 
1173
  fprintf(fd, "IF NOT EXIST \\DRIVERS\\PROVOX\\PROVOX7.EXE GOTO SKIPPROVOX\r\n"
-
 
1174
              "CLS\r\n"
-
 
1175
              "\\DRIVERS\\PROVOX\\PROVOX7.EXE\r\n"
-
 
1176
              "\\DRIVERS\\PROVOX\\PV7.EXE INIT BNS > NUL\r\n"
-
 
1177
              ":SKIPPROVOX\r\n");
-
 
1178
 
-
 
1179
  /* print out the "installation over" message */
1171
  fprintf(fd, "ECHO.\r\n"
1180
  fprintf(fd, "ECHO.\r\n"
1172
              "ECHO ");
1181
              "ECHO ");
1173
  fprintf(fd, svarlang_strid(0x0502)); /* "SvarDOS installation is over. Please restart your computer now" */
1182
  fprintf(fd, svarlang_strid(0x0502)); /* "SvarDOS installation is over. Please restart your computer now" */
1174
  fprintf(fd, "\r\n"
1183
  fprintf(fd, "\r\n"
1175
              "ECHO.\r\n");
1184
              "ECHO.\r\n");