Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1636 → Rev 1637

/install/trunk/install.c
690,7 → 690,7
fprintf(fd, "SET NLSPATH=%%DOSDIR%%\\NLS;.\r\n");
fprintf(fd, "SET DIRCMD=/OGNE/P/4\r\n");
fprintf(fd, "SET WATTCP.CFG=%%DOSDIR%%\\CFG\r\n");
fprintf(fd, "PATH %%DOSDIR%%\\BIN\r\n");
fprintf(fd, "PATH %%DOSDIR%%\r\n");
fprintf(fd, "PROMPT $P$G\r\n");
fprintf(fd, "FDAPM APMDOS\r\n");
fprintf(fd, "\r\n");
713,6 → 713,9
if (fd == NULL) return;
fprintf(fd, "# pkg config file - specifies locations where packages should be installed\r\n"
"\r\n"
"# DOS core binaries\r\n"
"DIR BIN C:\\SVARDOS\r\n"
"\r\n"
"# Programs\r\n"
"DIR PROGS C:\\\r\n"
"\r\n"