home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text3576.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.0 KB  |  45 lines

  1. Twerp <CAVANY@central.edu> wrote:
  2.  
  3. >For all the ppl having problems w/ reading Mac CDs and such under windoze95,
  4. >there is a decently simple solution... before we get to that, there is something
  5. >everyone using win95 should know... win95 is just another application that can
  6. >be started and stopped whenever from DOS7.  The logos.sys file in the windows
  7. >directory contains the shutdown screen for win95 which HIDES the dos prompt.
  8. >ie... when you "shut down" from win95, you just ended the win95 app and went
  9. >back to DOS7.  Typing C:\mode co80 will get rid of that screen.  This takes me
  10. >to the whole point of writing this... go ahead and load the drivers for the cd
  11. >rom drive and the mouse drivers in the config.sys file and autoexec.bat files.
  12. >Win95 will not use those drivers -- it replaces them with "32bit clean" drivers.
  13. >Just remember, Win95 is EXACTLY like win3.1 and win3.11 in that it is a 
  14. >make-believe OS.  MS just has DOS7 start up win95 automatically via a hidden file called msdos.sys.  Change "boot GUI=1" to "boot GUI=0" to start up at the
  15. >command prompt.
  16.  
  17. This only works if you use an alternate command interpreter (other
  18. than COMMAND.COM). For example, I use NDOS; I added the following
  19. entry to my ALIAS file:
  20.  
  21.  w*in=c:\windows\win %&^mode co80
  22.  
  23. Evidently, the COMMAND.COM in DOS 7 has a "feature" that causes the
  24. machine to freeze after Windows 95 exits.
  25.  
  26. Incidentally, if you do use an alternate command interpreter, the
  27. "BootGUI" entry in MSDOS.SYS will be ignored; Windows will never be
  28. automatically started after AUTOEXEC.BAT is finished.
  29.  
  30. As a side note, I have a WDC 1280 Mb hard drive, and an old,
  31. nontranslating BIOS. Since I boot from that drive, it is set up to
  32. load the Dynamic Drive Overlay. This is a TSR that places itself on
  33. the top of the lower 640K, taking up conventional memory. When I run
  34. COMMAND.COM, it is moved into upper memory. Therefore, I have placed
  35. the following command in my AUTOEXEC.BAT:
  36.  
  37.  COMMAND /C EXIT
  38.  
  39. ---
  40. David Ellsworth
  41. davidells@aol.com
  42. davidell@ix.netcom.com
  43.  
  44.  
  45.