Subversion Repositories SvarDOS

Rev

Rev 1104 | Rev 1125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1104 Rev 1109
Line 824... Line 824...
824
              "COPY CONFIG.SYS C:\\\r\n"
824
              "COPY CONFIG.SYS C:\\\r\n"
825
              "DEL CONFIG.SYS\r\n"
825
              "DEL CONFIG.SYS\r\n"
826
              "DEL C:\\AUTOEXEC.BAT\r\n"
826
              "DEL C:\\AUTOEXEC.BAT\r\n"
827
              "COPY AUTOEXEC.BAT C:\\\r\n"
827
              "COPY AUTOEXEC.BAT C:\\\r\n"
828
              "DEL AUTOEXEC.BAT\r\n"
828
              "DEL AUTOEXEC.BAT\r\n"
-
 
829
              "SET COMSPEC=C:\\COMMAND.COM\r\n"
829
              "DEL \\CMD.COM\r\n");
830
              "DEL \\CMD.COM\r\n");
830
  /* print out the "installation over" message */
831
  /* print out the "installation over" message */
831
  fprintf(fd, "ECHO.\r\n"
832
  fprintf(fd, "ECHO.\r\n"
832
              "ECHO ");
833
              "ECHO ");
833
  fprintf(fd, svarlang_strid(0x0501), buildstring); /* "SvarDOS installation is over. Please restart your computer now" */
834
  fprintf(fd, svarlang_strid(0x0501), buildstring); /* "SvarDOS installation is over. Please restart your computer now" */