Subversion Repositories SvarDOS

Rev

Rev 1953 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1953 Rev 1982
Line 1124... Line 1124...
1124
    "COPY AUTOEXEC.BAT \\\r\n"
1124
    "COPY AUTOEXEC.BAT \\\r\n"
1125
    "DEL AUTOEXEC.BAT\r\n"
1125
    "DEL AUTOEXEC.BAT\r\n"
1126
    "DEL ZLOCALES.DAT\r\n"
1126
    "DEL ZLOCALES.DAT\r\n"
1127
    "DEL \\COMMAND.COM\r\n"
1127
    "DEL \\COMMAND.COM\r\n"
1128
    "DEL \\KERNEL.SYS\r\n" /* KERNEL.SYS will be installed from the package in a moment */
1128
    "DEL \\KERNEL.SYS\r\n" /* KERNEL.SYS will be installed from the package in a moment */
1129
    "FOR %%%%P IN (*.SVP) DO PKG INSTALL %%%%P\r\n" /* install packages */
1129
    "FOR %%%%P IN (*.SVP) DO PKG INOWARN %%%%P\r\n" /* install packages (with warnings muted) */
1130
    "DEL *.SVP\r\n", bootdrv, bootdrv);
1130
    "DEL *.SVP\r\n", bootdrv, bootdrv);
1131
 
1131
 
1132
  /* restore COMSPEC and do some cleanup */
1132
  /* restore COMSPEC and do some cleanup */
1133
  fprintf(fd, "DEL pkg.exe\r\n"
1133
  fprintf(fd, "DEL pkg.exe\r\n"
1134
              "DEL install.com\r\n"
1134
              "DEL install.com\r\n"