Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DOS shell & DOS prompt
Name: yellow belt Date: June 12, 2003 at 12:26:46 Pacific OS: Win 3.11 CPU/Ram: 50/16
Comment:
Is there a way I can get DOS 5.0 to boot to the DOS prompt instead of always going straight into the shell?
Name: Petit Jean Date: June 12, 2003 at 12:37:45 Pacific
Reply:
Put a rem statement or ; in front of the dosslell.exe line in the autoexec.bat file that you open from dos with edit.com or from Windows wit write.exe or any text editor.You will read the lines in autoexec.bat like this: edit C:\autoexec.bat (press enter) Make the change to the dosshell line(probably the last line). rem C:\dos\dosshell.exe or ;c:\dos\dosshell.exe Press ALT,choose Exit and say Yes to save the file. You can start dosshell.exe from the C dos prompt when you need it later. Good luck.
0
Response Number 2
Name: yellow belt Date: June 12, 2003 at 14:03:39 Pacific
Reply:
It took me a while to understand what you said but got it after a few min. anyway I added the ; before the C:\dos\dosshell and saved it and it still started in dosshell instead of C prompt.
Hi yellow belt; Just to add to this a bit, the semi-colon (;) is used to remark lines in config.sys. Double-colons (::), followed by a space, are used to remark autoexec.bat entries. I have no idea why MS did it this way, but it is actually preferable to use the double-colons rather than REM.
Summary: I have an minor annoyance. Use Win95OSR2. Sometimes, seemingly @ random, when I choose Shut Down, Restart in MS-DOS mode, it'll shut down & sit @ C:\ with a DOS prompt, but there's no blinking cursor ...
Summary: Houston, we have a problem. So I'm trying to install a cd game on my ol' 486. It doesn't work, Windows 95 says there is a VFAT file problem,and windows went into "safe"mode. Now when I try to boot th...