home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4297.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.5 KB

  1. Received: from gk-east.usps.gov (gk-east.usps.gov [198.116.37.10]) by nacm.com (8.6.10/8.6.9) with SMTP id FAA03848 for <executor@nacm.com>; Mon, 28 Aug 1995 05:04:39 -0700
  2. Received: by gk-east.usps.gov (5.65/fma-120691);
  3.     id AA17521; Mon, 28 Aug 95 08:03:46 -0400
  4. Received: from EMAIL.USPS.GOV by RALSSW01.USPS.GOV
  5.         (Soft*Switch Central V4380P7A) id 382403070095240FRANC006L;
  6.         28 Aug 1995 07:03:07 GMT
  7. Message-Id: <RANC006L.SKANE.382403070095240FRANC006L@USPS.GOV>
  8. Date: 28 Aug 1995 07:03:07 GMT
  9. Reply-To: <SKANE@EMAIL.USPS.GOV>
  10. From: "SEAN KANE" <SKANE@EMAIL.USPS.GOV>
  11. Subject: Re: executor-digest V1 #252
  12. To: executor@nacm.com
  13. Comment: MEMO 08/28/95 07:58:00
  14. Sender: owner-paper@nacm.com
  15. Precedence: bulk
  16.  
  17.  
  18. A few Notes on Windows 95:
  19.  
  20. I have been a Win95 Beta tester for months now. I haven't tried executor under
  21. the final "Egghead" (retail) Release, but here are a few tips.....
  22.  
  23. If one hits F8 at bootup they will get a prompt that will allow them to boot to
  24. command line. However, a better fix is to do this........
  25.  
  26. -------------------
  27.  
  28. At a command line prompt (windowed or otherwise) type:
  29.  
  30.  
  31. cd c:\
  32. attrib -s -r -h msdos.sys
  33. edit msdos.sys
  34.  
  35.  
  36.  
  37. There is a line in that file that says something like:
  38.  
  39. BootGUI=1
  40.  
  41. change it to:
  42.  
  43.  BootGUI=0
  44.  
  45. Then save it and type:
  46.  
  47. attrib +s +r +h msdos.sys
  48.  
  49. This will cause Win95 to boot to the command line by default not Windows (and
  50. Gates says Win95 isn't built on DOS...grin....).
  51.  
  52. Anyways, Then you can create a startup menu in your config.sys just like you did
  53. in Dos 6.XX.
  54.  
  55. I.E.
  56. config.sys:
  57.  
  58. [menu]
  59. menuitem=standard, Standard Bootup into Windows 95
  60. menuitem=basic, Basic Low Memort Bootup for Games, Etc. (DOS prompt)
  61.  
  62. [common]
  63. device=c:\windows\himem.sys
  64.  
  65. [standard]
  66. rem rem rem rem
  67.  
  68. [basic]
  69. device=c:\windows\emm386exe
  70.  
  71.  
  72. Then you autoexec.bat might look like this:
  73.  
  74. goto %config%
  75.  
  76. :standard
  77. win
  78. goto end
  79.  
  80. :basic
  81. echo Low Memory Setup complete
  82. goto end
  83.  
  84. :end
  85. echo .
  86.  
  87.  
  88.  
  89. -----------------------
  90.  
  91. This will make it prompt you at boot up with a menu of choices some which will
  92. boot you to windows and some which will not, each having it's own configuration
  93. as you might want it set up........Hope this helps you all out trying to get the
  94. optimal executor setup......I'll start playing with it later this week....
  95.  
  96. Sean
  97.  
  98. ______________________________ Reply Separator _________________________________
  99.  
  100.  
  101.         Re: Win95 and E/D
  102.         Re: Win95 and E/D
  103.         Re: E/D and Iomega Zip drive
  104.         Re: Win95 and E/D
  105.         Hypercard
  106.  
  107.