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

  1.                                 ABOUT PPCX.EXE
  2.  
  3.          PPCX.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.          PPCX.EXE is used to display any  standard  .PCX  file.  Files
  11.          ending  with  .PCX  hold  pictures,  and are a common picture
  12.          format used with IBM-compatible computers.
  13.  
  14.                                  How To Use It
  15.  
  16.          PPCX.EXE reqires one parameter, the name of the  file  to  be
  17.          displayed.   For  instance, if you have a picture file called
  18.          KITTYCAT.PCX, you would type
  19.  
  20.          PPCX.EXE KITTYCAT.PCX
  21.  
  22.          from the DOS prompt, from within a batch file,  or  within  a
  23.          Pieces script file.
  24.  
  25.                                    Placement
  26.  
  27.          Normally  PPCX  will  display  an  image starting at the very
  28.          upper left corner of  the  screen.   However,  you  can  also
  29.          display  images  in  other  locations  by  passing upper-left
  30.          coordinate numbers to PPCX after the filename.  This requires
  31.          two integers.  The first  determines  the  left  boundary  in
  32.          pixels   and   the   second   determines  the  top  boundary.
  33.          Therefore, if you type:
  34.  
  35.          PPCX.EXE KITTYCAT.PCX 100 40
  36.  
  37.          Your kitty cat picture will appear 100 pixels from  the  left
  38.          edge of the screen and 40 pixels from the top.  Do not exceed
  39.          the  area  available.   For instance, you cannot successfully
  40.          display a full-screen image at 10 10.
  41.  
  42.                             Additional Information
  43.  
  44.          PPCX.EXE can automatically figure out which  video  mode  the
  45.          image  was  recorded  in,  and  will set your computer to the
  46.          proper mode to display the image.  If your  computer  is  not
  47.          equipped  for  the  mode  required by the image, nothing will
  48.          happen.  For instance, if you have only  A  Hercules  system,
  49.          but a VGA picture, the picture will not be displayed.
  50.  
  51.          For  GIF  files,  which are similar to .PCX, use PGIF.EXE, in
  52.          the PIECES series of programs.
  53.  
  54.          PPCX.EXE  runs  very  well  from  within  RUN.EXE  and  other
  55.          programs  in  the  PIECES series, as well as programs you can
  56.          create with BASIC (shell()), C (spawn() or sys()) and  PASCAL
  57.          (exec) (if you happen to be a programmer).
  58.  
  59.          PPCX.EXE  shows  your  picture, then quits, while the picture
  60.          remains on the screen and the system remains engaged  in  the
  61.          proper  video  mode.   This  way, you can continue to operate
  62.          with the picture.  Should you need to revert to a text  video
  63.          mode, run CLEAR.EXE, which comes with PIECES.
  64.  
  65.                                  About Pieces
  66.  
  67.          PIECES is a shareware disk containing several small  programs
  68.          that  can  be  combined  to  do  a  variety  of  tasks   with
  69.          a super-professional look and feel. No programming experience
  70.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  71.          favorite programs as well, so it's possibilities  for  making
  72.          and enhancing pictures shows, text presentations, multimedia,
  73.          electronic catalogs, teaching materials, executable software,
  74.          games, shareware and more are limitless!
  75.              You  can  register  as many or as few PIECES as you wish.
  76.          Registered users are licensed  to  copy  and  distribute  the
  77.          PIECES  along  with  their  finished  products.  Unregistered
  78.          users may copy and distribute the complete unmodified  PIECES
  79.          package,  but  may not use only portions of it until purchase
  80.          of registration.  Use  of  PIECES  beyond  30  days  requires
  81.          registration.
  82.              Most  shareware  PIECES  programs  have  a "unregistered"
  83.          notice which pops up randomly, approximately every 200 times.
  84.          This is removed from the registered versions, and also  saves
  85.          as much as 3,000 bytes disk space per program.
  86.  
  87.              This software is  copyrighted  by  Jeff Napier of Another
  88.          Company, and distributed by Gary Smith of OEC Systems.
  89.              
  90.              The  shareware  or  registered  versions of PIECES may be
  91.          purchased from Gary Smith at OEC Systems:
  92.  
  93.                                 Gary Smith
  94.                                 c/o OEC Systems
  95.                                 4646 North Shallowford Road
  96.                                 Atlanta, GA  30338-6304
  97.  
  98.                                 phone: 404-394-1000
  99.                                 orders only: 800-444-2424
  100.                                 fax: 404-394-1006
  101.                                 BBS: 404-804-7889
  102.                                 
  103.                                 MasterCard and VISA accepted
  104.  
  105.              Neither Another Company nor Gary Smith/OEC Systems assume 
  106.          any  responsibility  for  your  use  of  this  product or any 
  107.          Another Company product.
  108.          _____________________________________________________________
  109.                                                           end of file.
  110.  
  111.  
  112.  
  113.