home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / PC-MIX.ZIP / READ.ME < prev    next >
Text File  |  1989-02-14  |  6KB  |  143 lines

  1.  
  2.  
  3.              <<<<<<<<<<<<   PC-MIX READ.ME FILE   >>>>>>>>>>>>
  4.  
  5.                                RELEASE 1.1 
  6.      
  7.      
  8.      Please read this file carefully. It contains important information 
  9.      not included in your PC-MIX manual.
  10.  
  11.  
  12.                         <<<<<< NEW FEATURES >>>>>>
  13.  
  14.  
  15.                         MONOCHROME VIDEO ADAPTERS
  16.  
  17.      PC-MIX version 1.1 supports monochrome video adapters.  PC-MIX does
  18.      operate a little different on a monochrome system.  When a program
  19.      which writes directly to the video screen is executed with the 
  20.      "RUN" command (see Chapter 5 of the PC-MIX User's Manual) the
  21.      program will be suspended when it is switched to the background.
  22.      With a CGA, EGA, or VGA video system PC-MIX will suspend the
  23.      background task when there are two or more programs which write
  24.      directly to the video screen.  With a monochrome video system
  25.      PC-MIX will suspend the background task when there are one or more
  26.      programs which write directly to the video screen.
  27.  
  28.  
  29.                                 HOT KEY
  30.  
  31.      With PC-MIX version 1.1 you can use the Alt and Ctrl keys when
  32.      defining the Hot key.  For example, you can use the Alt key and
  33.      the Scroll / Lock key as the Hot key.  When you press the 
  34.      Scroll / Lock key along with the Alt key PC-MIX will switch to
  35.      the system status display.
  36.  
  37.      If you configure the Hot key to be a combination of the Alt and
  38.      Ctrl keys along with another key the configuration editor will
  39.      display an "Alt", "Ctl", or "A-C" before the other key in the 
  40.      Hot key field.
  41.  
  42.  
  43.                               PC-MIX SWITCHES
  44.  
  45.      Three run time switches are available in PC-MIX.  These switches
  46.      are as follows:
  47.  
  48.           /C - reduce CGA snow
  49.           /S - disable Hot key
  50.           /G - allow multitasking with graphics
  51.  
  52.      To activate one or more of these switches you must include the 
  53.      switch in the DOS command to start PC-MIX.  For example, the syntax 
  54.      of the DOS command to start PC-MIX with the graphics switch is
  55.      as follows:
  56.  
  57.           < directory name > MIX < configuration filename > /G
  58.  
  59.      The < directory name > is the name of the directory which contains 
  60.      the PC-MIX files.  You should have created this directory when you
  61.      installed PC-MIX.  If you add the name of the directory which contains 
  62.      the PC-MIX files to the DOS PATH command, the < directory name >
  63.      part of the DOS command is not required and you can start PC-MIX from 
  64.      any directory without specifying the PC-MIX directory.  Please refer 
  65.      to your DOS manual for more detailed information and instructions 
  66.      on the PATH command.
  67.  
  68.      The < configuration filename > part of the DOS start up command 
  69.      specifies which configuration file you want PC-MIX to use. This part 
  70.      of the DOS command is optional.  PC-MIX will use a default name of 
  71.      MIX.CFG if you do not specify another filename.  In some situations 
  72.      it can be advantageous to have multiple configuration files.  For 
  73.      certain applications you may want to change the PC-MIX configuration.
  74.      PC-MIX allows you to redefine the name of the configuration file, 
  75.      MIX.CFG, by including the file name in the DOS start up command.
  76.  
  77.  
  78.                             /C SWITCH
  79.  
  80.      PC-MIX may produce snow on some CGA video systems.  If this is a
  81.      problem the /C option can be used to eliminate the snow.
  82.  
  83.  
  84.                             /S SWITCH
  85.  
  86.      The /S option disables the Hot key.  Developers who wish to run
  87.      multiple programs but do not want their user's to switch between
  88.      the programs can use the /S option to disable the Hot key.
  89.  
  90.  
  91.                             /G SWITCH
  92.  
  93.      Because of the huge overhead involved in controlling the graphics
  94.      display buffer, PC-MIX does not allow graphics applications and
  95.      text applications to run at the same time.  Section 6.5.6 of the
  96.      PC-MIX user's manual explains this in more detail.
  97.  
  98.      To give you more flexibility we have provided a mode which allows
  99.      both graphics and text applications to run at the same time.  When
  100.      you use this mode your text applications can continue to run in
  101.      the background while your graphics application runs in the foreground.
  102.      As before you will not be able to switch between the applications.
  103.  
  104.      The /G switch tells PC-MIX to let both graphics and text applications
  105.      run at the same time.
  106.  
  107.  
  108.                         <<<<<< SPECIAL NOTE >>>>>>
  109.  
  110.      Some programs which you run will write over the screen of another 
  111.      program. We have devised a solution to this problem.  This solution 
  112.      is also covered in Chapter 5 of the manual.
  113.  
  114.      We have written a program which tells PC-MIX you are about to execute 
  115.      a program that writes directly to the screen.  If PC-MIX knows that 
  116.      a particular program is going to write directly to the screen PC-MIX 
  117.      can solve the problem.
  118.  
  119.      The name of the program which notifies PC-MIX of direct write programs
  120.      is called VON.COM.  Another program called VOF.COM tells PC-MIX when 
  121.      you are finished with the program which writes directly to the screen.  
  122.      We have included both these programs on the PC-MIX disk.  We have also
  123.      included a batch file, RUN.BAT, which is used to automatically execute 
  124.      the two notification programs and your "problem" program.
  125.  
  126.      To convert a program all you must do is type in "RUN" before the 
  127.      program name.  The syntax of the RUN command is:
  128.  
  129.         RUN < directory name > task name < parameters and flags >
  130.  
  131.      The < directory name > is the name of the directory which contains the
  132.      application program's execution file. If the name of the directory
  133.      which contains the application program's execution file is included in 
  134.      the DOS PATH command if or the application program's execution file is 
  135.      in the local directory, the < directory name > part of the RUN command 
  136.      is not required.  Please refer to your DOS manual for more detailed
  137.      information and instructions on the PATH command.
  138.  
  139.      Many application programs will accept parameters and flags which follow 
  140.      the RUN command.  You do not have to enter any parameters or flags.  It 
  141.      is optional.
  142.  
  143.