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

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