home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / 2304 / RUN.DOC < prev    next >
Text File  |  1993-10-07  |  6KB  |  119 lines

  1.                                  ABOUT RUN.EXE
  2.  
  3.          RUN.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.          RUN.EXE is often the core of a presentation. It works similar
  11.          to  batch  files  -  it  will run the programs you list in an
  12.          ordinary ASCII file, but without some batch file limitations.
  13.  
  14.                                  How To Use It
  15.  
  16.          RUN requires one parameter, the name of a standard ASCII text
  17.          file  containing the list of programs to run.  Therefore, you
  18.          might make a file called STUFF.1 which contains the following
  19.          lines:
  20.  
  21.          PPCX.EXE CHESS.PCX
  22.          PGIF.EXE SPIDER.GIF
  23.          DELAY.EXE 2000
  24.          CLEAR.EXE
  25.  
  26.          Then if you type RUN STUFF.1,  RUN.EXE  will  then  call  the
  27.          program  PPCX  to display CHESS.PCX, then it will run PGIF to
  28.          display SPIDER.PCX, then it will run the  program  DELAY  for
  29.          2000  milliseconds  (2  seconds),  and  finally  it will call
  30.          CLEAR to clear the screen.
  31.  
  32.          To   create  a  file  for  RUN,  start  your  favorite   word
  33.          processor.   On  the  first  line, list the first program you
  34.          want  to  run.   On  the  same line, following a  space,  you
  35.          can  optionally list information that program may require. On
  36.          the next line, type the name of the next program you want  to
  37.          run.   If you have a third program, list it on the next line,
  38.          and so on.  There is no limit to the number of  programs  you
  39.          can line up.  Save the file  using  any  DOS-legal  filename.
  40.              Your  word  processing  program  must operate in standard
  41.          ASCII mode.  If you cannot figure out how to  do  this,  look
  42.          for shareware word processing programs such as VDE or Galaxy,
  43.          or  use  Windows  Notepad  which  comes  with  every  copy of
  44.          Microsoft Windows.
  45.  
  46.                             Additional Information
  47.  
  48.              RUN can also run .COM files and .BAT files, but it cannot
  49.          display  text  or  graphics  files  directly.   It  must  run
  50.          programs which will display text or display graphics.
  51.  
  52.              Filename extension is not usually required.  You can type
  53.          DELAY  or DELAY.EXE, for instance, and the effect will be the
  54.          same.  In the case where there are more than  one  file  with
  55.          the same name, but different extensions, then .BAT files will
  56.          be  run  instead  of  .COM  or  .EXE  files,  and  .COM takes
  57.          precedence over .EXE.
  58.  
  59.              RUN  can  handle  optional parameters for the programs it
  60.          runs of up to 100 characters in length.
  61.  
  62.              There  is  no  limit  to  the  number of programs RUN can
  63.          handle, and no limit to the size of the  file  listing  these
  64.          programs.
  65.  
  66.          RUN.EXE can be executed from within other  programs,  and  of
  67.          course,  you  can  execute  programs  from  within  RUN.  Run
  68.          supports all standard text and graphics modes.
  69.  
  70.                                  About Pieces
  71.  
  72.          PIECES is a shareware disk containing several small  programs
  73.          that  can  be  combined  to  do  a  variety  of  tasks   with
  74.          a super-professional look and feel. No programming experience
  75.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  76.          favorite programs as well, so it's possibilities  for  making
  77.          and enhancing pictures shows, text presentations, multimedia,
  78.          electronic catalogs, teaching materials, executable software,
  79.          games, shareware and more are limitless!
  80.              You  can  register  as many or as few PIECES as you wish.
  81.          Registered users are licensed  to  copy  and  distribute  the
  82.          PIECES  along  with  their  finished  products.  Unregistered
  83.          users may copy and distribute the complete unmodified  PIECES
  84.          package,  but  may not use only portions of it until purchase
  85.          of registration.  Use  of  PIECES  beyond  30  days  requires
  86.          registration.
  87.              Most  unregistered  PIECES programs have a "unregistered"
  88.          notice which pops up randomly, approximately every 200 times.
  89.          This is removed from the registered versions, and also  saves
  90.          as much as 3,000 bytes disk space per program.
  91.  
  92.              This software is  copyrighted  by  Jeff Napier of Another
  93.          Company, and distributed by Gary Smith of OEC Systems.
  94.              
  95.              The  shareware  or  registered  versions of PIECES may be
  96.          purchased from Gary Smith at OEC Systems:
  97.  
  98.                                 Gary Smith
  99.                                 c/o OEC Systems
  100.                                 4646 North Shallowford Road
  101.                                 Atlanta, GA  30338-6304
  102.  
  103.                                 phone: 404-394-1000
  104.                                 orders only: 800-444-2424
  105.                                 fax: 404-394-1006
  106.                                 BBS: 404-804-7889
  107.                                 
  108.                                 MasterCard and VISA accepted
  109.  
  110.              Neither Another Company nor Gary Smith/OEC Systems assume 
  111.          any  responsibility  for  your  use  of  this  product or any 
  112.          Another Company product.
  113.  
  114.          _____________________________________________________________
  115.                                                           end of file.
  116.  
  117.  
  118.  
  119.