home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR018.ZIP / DUMPY / DUMPY.DOC < prev    next >
Text File  |  1988-03-03  |  6KB  |  135 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                         DUMPY
  9.  
  10.                                   Natural Software
  11.                                 19 South 5th. Street
  12.                              St. Charles, Illinois 60174
  13.                                    (312) 377-7320
  14.  
  15.         This  share-ware  utility  package contains three programs SDUMP.COM,
  16.         SDMONO.COM and DISPLAY.EXE.  They  provide  a  very  simple  means to
  17.         capture screens from a running program and later replay those screens
  18.         in slideshow fashion. This may  be  handy  for  quick demonstrations,
  19.         where more complicated slide show programs are "too much". 
  20.  
  21.         !!!  Note   !!!:  SDUMP.COM  works  with  IBM  CGA  (color)  and  MDA
  22.         (monochrome) compatible text mode displays (ie:  Hercules and  EGA in
  23.         80 by 25 text mode is OK).
  24.  
  25.  
  26.         SDUMP.COM
  27.         ---------
  28.  
  29.         The  program:  SDUMP.COM  (or  SDMONO.COM  for  monochrome displays),
  30.         allows you to capture screen images from other programs, save them in
  31.         separate files, and later display them with DISPLAY.EXE.
  32.  
  33.         SDUMP is a Terminate and Stay Resident (TSR) program. When you run it
  34.         from the DOS command line, it will announce its presence  and quietly
  35.         sink into  the background and wait to be called into action (when its
  36.         "hot key" is pressed). When you run SDUMP,  you must  provide it with
  37.         the location and starting file name to use to store the screen images
  38.         it captures. For example, you might start SDUMP with this command:
  39.  
  40.                SDUMP C:\SCREENS\SCREENA.DMP
  41.  
  42.         or, if you have a monochrome or Hercules display:
  43.  
  44.                SDMONO C:\SCREENS\SCREENA.DMP
  45.  
  46.         Now SDUMP will store  its screens  in the  SCREENS sub-directory. The
  47.         first screen  it saves will be called SCREENA.DMP, the second will be
  48.         called SCREENB.DMP. Each  subsequent  .DMP  file  will  increment the
  49.         character in  the filename just before the extension. These files are
  50.         binary data files (a simple  dump  the  the  CGA  screen  buffer) and
  51.         cannot be printed or "typed" on the console.
  52.  
  53.         To activate  SDUMP and  save the  current screen  to a .IMG file, you
  54.         press the [Alt + left Shift] keys together. You will hear a beep when
  55.         SDUMP is  called. Three  beeps means  it successfully wrote a file to
  56.         the specified directory. Only one beep means it was unable  to create
  57.         the file  (could not  find the  directory?). Only  two beeps means it
  58.         created the file, but could not  write  the  full  4k  screen buffer,
  59.         (disk full?).
  60.  
  61.         Like any  other TSR, SDUMP may have compatibility problems with other
  62.         software, especially other TSR's. If you have trouble, try installing
  63.         SDUMP by  itself and  adding your  other TSR  utilities one at a time
  64.         after you get SDUMP to work.
  65.  
  66.  
  67.         DISPLAY.EXE
  68.         -----------
  69.  
  70.         Once you have saved several screen dumps with SDUMP.COM, you  can re-
  71.         display them  in sequence with DISPLAY.EXE. This program takes one or
  72.         more  command  line   arguments.   Each   argument   represents  file
  73.         specifications.  Each  file  specification  follows  the standard DOS
  74.         format and wildcards are allowed. For  example the  following methods
  75.         to start DISPLAY.EXE are all valid:
  76.  
  77.                DISPLAY C:\SCREENS\SCREENA.DMP     --   shows one screen
  78.  
  79.                DISPLAY C:\SCREENS\SCREEN?.DMP     --   shows   all   screens:
  80.                                                        SCREENA.DMP,
  81.                                                        SCREENB.DMP, etc.
  82.  
  83.                DISPLAY \SCRNS1\*.* \SCRNS2\*.DMP  --   shows  all  screens in
  84.                                                        sub-directory  \SCRNS1
  85.                                                        and  all   screens  in
  86.                                                        \SCRNS2  that  have  a
  87.                                                        DMP extension.
  88.  
  89.         DISPLAY shows a screen, waits for  you to  press the  Enter key, then
  90.         (if  there  are  more  files  that match the wildcard) shows the next
  91.         screen.
  92.  
  93.  
  94.         Monochrome Display:
  95.         -------------------
  96.  
  97.         If you have a Monochrome display  adapter or  Hercules, you  must use
  98.         the SDMONO.COM  screen dump  program. Also, when you run DISPLAY.EXE,
  99.         you must provide an additional command line argument: "-M" to tell it
  100.         to used the monochrome display. For instance, the third example given
  101.         above would be entered:
  102.  
  103.                DISPLAY -M \SCRNS1\*.* \SCRNS2\*.DMP
  104.  
  105.  
  106.         ShareWare:
  107.         ----------
  108.  
  109.         The DUMPY package is being distributed as shareware.  This means that
  110.         it is  not free. This means that you must pay to use it. However, you
  111.         do not have to pay to  try it,  test it,  and to  determine if  it is
  112.         going to be useful to you. You are probably familiar with the concept
  113.         by now. ShareWare programs give you  the advantage  of "test driving"
  114.         them.  The  advantage  to  the  developer is a relatively inexpensive
  115.  
  116.  
  117.  
  118.  
  119.  
  120.         distribution method. For this  concept to  work and  keep working for
  121.         our  mutual  advantage,  you  really  must  register  and pay for the
  122.         software you actually find useful.
  123.  
  124.         To register your use of DUMPY, send $20.00 to Natural Software at the
  125.         address above.  We will  send you a description of our other software
  126.         offerings and provide telephone support.
  127.  
  128.         If you have suggestions for improvement, or problems  please write or
  129.         call.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.