Subversion Repositories SvarDOS

Rev

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

Rev 1828 Rev 1831
Line 867... Line 867...
867
  /* move COMMAND.COM so it does not clashes with the installation of the SVARCOM package */
867
  /* move COMMAND.COM so it does not clashes with the installation of the SVARCOM package */
868
  fprintf(fd, "COPY \\COMMAND.COM \\CMD.COM\r\n");
868
  fprintf(fd, "COPY \\COMMAND.COM \\CMD.COM\r\n");
869
  fprintf(fd, "SET COMSPEC=C:\\CMD.COM\r\n"); /* POSTINST.BAT is executed after system is rebooted, so the system drive is always C: */
869
  fprintf(fd, "SET COMSPEC=C:\\CMD.COM\r\n"); /* POSTINST.BAT is executed after system is rebooted, so the system drive is always C: */
870
  fprintf(fd, "DEL \\COMMAND.COM\r\n");
870
  fprintf(fd, "DEL \\COMMAND.COM\r\n");
871
 
871
 
-
 
872
  /* delete the temporary KERNEL.SYS - it will be properly installed from the package in a short moment */
-
 
873
  fprintf(fd, "DEL \\KERNEL.SYS\r\n");
-
 
874
 
872
  /* copy packages */
875
  /* copy packages */
873
  for (i = 0;; i++) {
876
  for (i = 0;; i++) {
874
    RETRY_ENTIRE_LIST:
877
    RETRY_ENTIRE_LIST:
875
 
878
 
876
    /* move forward to nearest entry or end of list */
879
    /* move forward to nearest entry or end of list */