Re: installation problems
Aitor Santamaria Merino <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
Hmmm... >>>se fdconfig.sys if you want a different >>>config.sys than the one used for Win95. >>> >>works. >>...but what about a different autoexec.bat? >> > >SHELL=COMMAND.COM /P /K AUTOFD.BAT > (1) On the abscense of SHELL=, KERNEL will run FreeCOM (COMMAND.COM) without arguments (?) (2) I guess that the first time FreeCOM is run, it is capable of identifying that there's no previous instance of itself, and that therefore, will execute AUTOEXEC.BAT. This does not happen for subsequent executions of FreeCOM (3) Is it true that with the "/K filename" will refrain FreeCOM from looking for C:\AUTOEXEC.BAT, as it is going to be executed for the first time? It might happen that *BOTH* AUTOEXEC.BAT and filename are executed... Aitor