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

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