home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / mpc93mar.zip / WINBOX29.DAT < prev    next >
Text File  |  1993-02-17  |  5KB  |  109 lines

  1.  
  2.      The Windows Box
  3.      by John Martin, Madison PC User's Group Windows SIG Chair
  4.  
  5.      Windows can run in three different modes.  The three modes are
  6.      standard, real, and enhanced.  Each of the three modes has there good
  7.      and bad points.  Usually the good points outweigh the bad when we talk
  8.      about enhanced mode run on a properly configured computer.  Granted,
  9.      working in Windows 3.0 at times caused some small problems when a UAE
  10.      (Unrecoverable Application Error) appeared on the screen.  With the
  11.      release of version 3.1 we can rest a little easier.  The problem of
  12.      UAE's has been virtually eliminated because of the fault tolerant
  13.      technology that has been incorporated.
  14.  
  15.      There are also many undocumented features in Windows. The after-market
  16.      books can help you discover what they are. You could also drop by the
  17.      Windows SIG meeting in the Union South one hour before the general
  18.      meeting on the second Wednesday.
  19.  
  20.      Some of the undocumented features that you can find are short cuts,
  21.      applications (small and useful programs) and time savers.  Lets start
  22.      at the beginning.  The modes that Windows will run in are:
  23.  
  24.      Real Mode: is the least powerful, but the fastest of the three modes.
  25.      It is designed for Computers with only 640K RAM and those who have PC
  26.      and XT class computers (8088 and 8086 processors).  The slow
  27.      performance of these computers makes them a poor platform to run
  28.      Windows on.  Windows 3.0 will run on this class of machine but version
  29.      3.1 is not backwards compatible to this mode.
  30.  
  31.      You will also be limited to pre-version 3.0 Windows applications.
  32.      These computers served us well and were ground breaking for their time.
  33.      If you are intent on running Windows a hardware upgrade should be in
  34.      your future.
  35.  
  36.      Standard Mode: Windows automatically runs in standard mode on computers
  37.      with 80286 processors and 1 MB RAM.  The actual requirements are 640K
  38.      base and 256K extended memory.  In standard mode you can start as many
  39.      applications as you like, limited only by the memory you have.  This
  40.      mode is faster than enhanced mode.  Non-windows applications will run
  41.      only on a full screen.
  42.  
  43.      Enhanced: This mode is also known as 386 enhanced because you need a
  44.      least a 80386SX to run in this mode.  RAM requirements are 2 MB RAM
  45.      and 5 MB disk space.  Enhanced is the most powerful of the three modes.
  46.      You can run more than one program at as time (multitasking) and you
  47.      are not limited to the amount of resident RAM.
  48.  
  49.      Don't make the mistake of confusing task switching and multitasking.
  50.      Task switching, which occurs in standard mode, does not allow for
  51.      programs that you have started to process concurrently.  Multitasking,
  52.      which occurs in enhanced mode, does allow for multiple programs to be
  53.      processed at the same time. Windows 3.1 running in enhanced mode can
  54.      create a virtual memory on your hard drive approximately twice what
  55.      your resident RAM.  You can run non-windows applications in a window,
  56.      that is not full screen.
  57.  
  58.      Switches: When Windows is started it will try to run in 386 enhanced.
  59.      If the requirements for enhanced mode are not present Windows will try
  60.      to run in standard mode.  Finally, if the requirements for standard
  61.      mode are not present Windows will run in real mode.  You can also take
  62.      things into your own hands by using switches on the WIN.COM command.
  63.      Some of the switches are:
  64.  
  65.      Win /R  forces Windows to start in real mode.
  66.  
  67.      Win /S  or  Win /2  forces Windows to start in standard mode.
  68.  
  69.      Win /3  forces Windows to start in enhanced mode.
  70.  
  71.      If you want to save a little time when Windows starts up use:
  72.  
  73.      Win :
  74.      or
  75.      Win ^@
  76.  
  77.      (^@ = Ctrl+At, hold down the control key and tap the @ sign lightly
  78.      once.)
  79.  
  80.      If you want to have a program start automatically type the program
  81.      name after
  82.  
  83.      WIN:
  84.  
  85.      WIN AMIPRO
  86.  
  87.      You can also start the application with a document by using:
  88.  
  89.      WIN AMIPRO WINBOX09.SAM
  90.  
  91.      Now for a short learning device (test).  (a) What mode will Windows be
  92.      in, and (b) what programs will be running when the following command
  93.      is issued?
  94.  
  95.      WIN /3 : EXCEL MONEY.XLS
  96.  
  97.      The answer is that Windows will start up in 386 enhanced mode,
  98.      bypassing the Microsoft advertisement for Windows.  Once Windows is
  99.      running, EXCEL will load with the MONEY.XLS document ready for
  100.      processing.
  101.  
  102.      The generic syntax for the WIN.COM command is:
  103.  
  104.      WIN [mode] [program] [parameter]
  105.  
  106.      ("Mode" is the /R, /S, /2, /3 switches.  "Program" can be a colon or
  107.      any executable program.  "Parameter" is any parameter the program
  108.      supports or a filename.)
  109.