home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PIECES1.ZIP / MODEIF.DOC < prev    next >
Encoding:
Text File  |  1993-08-30  |  6.6 KB  |  134 lines

  1.                                ABOUT MODEIF.EXE
  2.  
  3.          MODEIF.EXE  is  a  program  from  the kit, PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          MODEIF.EXE  will determine the capabilities of the end user's
  11.          system.  It reads a text file containing five lines of  text.
  12.          These  lines tell your presentation what to do if: 1) The end
  13.          user has VGA, or 2) the end user has EGA or 3) the  end  user
  14.          has  only  CGA  or  4)  the  end user has a Hercules-equipped
  15.          system or 5) the end user has no graphics capability.
  16.  
  17.                                  How To Use It
  18.  
  19.          MODEIF requires one parameter, the name of a  standard  ASCII
  20.          text  file containing the five lines of text.  Therefore, you
  21.          might make a file called STUFF.1 which contains the following
  22.          lines:
  23.  
  24.          RUN.EXE HASVGA.CFG
  25.          RUN.EXE HASEGA.CFG
  26.          RUN.EXE HASHERC.CFG
  27.          RUN.EXE HASCGA.CFG
  28.          RUN.EXE NOGRAPH.CFG
  29.  
  30.          Then if you type MODEIF STUFF.1, MODEIF.EXE  will  then  call
  31.          the  RUN.EXE  program no matter what, but it will run it with
  32.          one of your five various .CFG files, depending on  what  kind
  33.          of graphics support is on the end user's machine.
  34.  
  35.          To  create  a  file  for  MODEIF,  start  your  favorite word
  36.          processor.   On the first line, type what you want to  happen
  37.          if the user has VGA graphics capability.  On the second line,
  38.          type what you want to happen if the user has an  EGA  system,
  39.          on the third line type what to do in case of Hercules, on the
  40.          fourth  line, what to do for CGA, and on the fifth line, type
  41.          what you want for systems with no graphics card.
  42.              Your  word  processing  program  must operate in standard
  43.          ASCII mode.  If you cannot figure out how to  do  this,  look
  44.          for shareware word processing programs such as VDE or Galaxy,
  45.          or  use  Windows  Notepad  which  comes  with  every  copy of
  46.          Microsoft Windows.
  47.              The  .CFG  extensions  used  in the above example are not
  48.          necessary, you can use any  extension  you  want  for  script
  49.          files, but to avoid confusion you'll want to avoid extensions
  50.          which already have meanings such as .EXE, .PCX, .BAT, etc.
  51.              All five lines must contain text. It is ok  to  call  the
  52.          same operation for various video modes like this example:
  53.  
  54.          HLINK.EXE HASEGA.CFG
  55.          HLINK.EXE HASEGA.CFG
  56.          HLINK.EXE NOGRAPH.CFG
  57.          HLINK.EXE NOGRAPH.CFG
  58.          HLINK.EXE NOGRAPH.CFG
  59.  
  60.          The above example, might be used in a presentation which uses
  61.          EGA  images.   This  would  call a script employing those EGA
  62.          images if the user  has  VGA  or  EGA  graphics,  but  run  a
  63.          different  script  employing  text-only  programs if the user
  64.          does not have at lease EGA capability.
  65.  
  66.                             Additional Information
  67.  
  68.              MODEIF can also MODEIF .COM files and .BAT files, but  it
  69.          cannot  display  text  or  graphics  files directly.  It must
  70.          run programs which will display text or display graphics.
  71.  
  72.              Filename extension is not usually required.  You can type
  73.          DELAY or DELAY.EXE, for instance, and the effect will be  the
  74.          same.   In  the  case where there are more than one file with
  75.          the same name, but different extensions, then .BAT files will
  76.          be  run  instead  of  .COM  or  .EXE  files,  and  .COM takes
  77.          precedence over .EXE.
  78.  
  79.              MODEIF can handle optional parameters for the programs it
  80.          runs of up to 100 characters in length.
  81.  
  82.          MODEIF.EXE can be executed from within other programs, and of
  83.          course, you can execute programs from within MODEIF.   MODEIF
  84.          supports all standard text and graphics modes.
  85.  
  86.                                  About Pieces
  87.  
  88.          PIECES is a shareware disk containing several small  programs
  89.          that  can  be  combined  to  do  a  variety  of  tasks   with
  90.          a super-professional look and feel. No programming experience
  91.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  92.          favorite programs as well, so it's possibilities  for  making
  93.          and enhancing pictures shows, text presentations, multimedia,
  94.          electronic catalogs, teaching materials, executable software,
  95.          games, shareware and more are limitless!
  96.              You  can  register  as many or as few PIECES as you wish.
  97.          Registered users are licensed  to  copy  and  distribute  the
  98.          PIECES  along  with  their  finished  products.  Unregistered
  99.          users may copy and distribute the complete unmodified  PIECES
  100.          package,  but  may not use only portions of it until purchase
  101.          of registration.  Use  of  PIECES  beyond  30  days  requires
  102.          registration.
  103.              Most  unregistered  PIECES programs have a "unregistered"
  104.          notice which pops up randomly, approximately every 200 times.
  105.          This is removed from the registered versions, and also  saves
  106.          as much as 3,000 bytes disk space per program.
  107.  
  108.              This software is  copyrighted  by  Jeff Napier of Another
  109.          Company, and distributed by Gary Smith of OEC Systems.
  110.              
  111.              The  shareware  or  registered  versions of PIECES may be
  112.          purchased from Gary Smith at OEC Systems:
  113.  
  114.                                 Gary Smith
  115.                                 c/o OEC Systems
  116.                                 4646 North Shallowford Road
  117.                                 Atlanta, GA  30338-6304
  118.  
  119.                                 phone: 404-394-1000
  120.                                 orders only: 800-444-2424
  121.                                 fax: 404-394-1006
  122.                                 BBS: 404-804-7889
  123.                                 
  124.                                 MasterCard and VISA accepted
  125.  
  126.              Neither Another Company nor Gary Smith/OEC Systems assume 
  127.          any  responsibility  for  your  use  of  this  product or any 
  128.          Another Company product.
  129.          _____________________________________________________________
  130.                                                           end of file.
  131.  
  132.  
  133.  
  134.