home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1664.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.7 KB  |  91 lines

  1.  
  2. A few Notes on Windows 95:
  3.  
  4. I have been a Win95 Beta tester for months now. I haven't tried executor under
  5. the final "Egghead" (retail) Release, but here are a few tips.....
  6.  
  7. If one hits F8 at bootup they will get a prompt that will allow them to boot to
  8. command line. However, a better fix is to do this........
  9.  
  10. -------------------
  11.  
  12. At a command line prompt (windowed or otherwise) type:
  13.  
  14.  
  15. cd c:\
  16. attrib -s -r -h msdos.sys
  17. edit msdos.sys
  18.  
  19.  
  20.  
  21. There is a line in that file that says something like:
  22.  
  23. BootGUI=1
  24.  
  25. change it to:
  26.  
  27.  BootGUI=0
  28.  
  29. Then save it and type:
  30.  
  31. attrib +s +r +h msdos.sys
  32.  
  33. This will cause Win95 to boot to the command line by default not Windows (and
  34. Gates says Win95 isn't built on DOS...grin....).
  35.  
  36. Anyways, Then you can create a startup menu in your config.sys just like you did
  37. in Dos 6.XX.
  38.  
  39. I.E.
  40. config.sys:
  41.  
  42. [menu]
  43. menuitem=standard, Standard Bootup into Windows 95
  44. menuitem=basic, Basic Low Memort Bootup for Games, Etc. (DOS prompt)
  45.  
  46. [common]
  47. device=c:\windows\himem.sys
  48.  
  49. [standard]
  50. rem rem rem rem
  51.  
  52. [basic]
  53. device=c:\windows\emm386exe
  54.  
  55.  
  56. Then you autoexec.bat might look like this:
  57.  
  58. goto %config%
  59.  
  60. :standard
  61. win
  62. goto end
  63.  
  64. :basic
  65. echo Low Memory Setup complete
  66. goto end
  67.  
  68. :end
  69. echo .
  70.  
  71.  
  72.  
  73. -----------------------
  74.  
  75. This will make it prompt you at boot up with a menu of choices some which will
  76. boot you to windows and some which will not, each having it's own configuration
  77. as you might want it set up........Hope this helps you all out trying to get the
  78. optimal executor setup......I'll start playing with it later this week....
  79.  
  80. Sean
  81.  
  82. ______________________________ Reply Separator _________________________________
  83.  
  84.  
  85.         Re: Win95 and E/D
  86.         Re: Win95 and E/D
  87.         Re: E/D and Iomega Zip drive
  88.         Re: Win95 and E/D
  89.         Hypercard
  90.  
  91.