Post Reply 
95LX - booting into DOS
12-20-2022, 02:59 AM (This post was last modified: 12-20-2022 10:02 AM by polbit.)
Post: #5
RE: 95LX - booting into DOS
For other that might be looking for the same answer:

You have to create C:\CONFIG.SYS file, and add:

Code:
shell = command /p
That is the bare minimum to get it started in DOS. To make it cleaner, you can then create C:\AUTOEXEC.BAT, and add the following:

Code:
echo off
cls
prompt $p$g

Unfortunately @echo off doesn't work with this DOS version, but cls clears echo off fast enough that you won't notice.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
95LX - booting into DOS - polbit - 12-18-2022, 02:37 AM
C:\AUTOEXEC.BAT - striegel - 12-18-2022, 04:26 AM
RE: 95LX - booting into DOS - akpoff - 12-18-2022, 04:46 AM
RE: 95LX - booting into DOS - polbit - 12-18-2022, 12:01 PM
RE: 95LX - booting into DOS - polbit - 12-20-2022 02:59 AM



User(s) browsing this thread: 1 Guest(s)