home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / desqview / dpc.arc / DPC.DOC < prev   
Encoding:
Text File  |  1987-10-01  |  3.4 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                            Desqview Printer Control v1.0
  8.                        Copyright (c) 1987 by CFS Development
  9.             
  10.                  Functions   : Desqview Printer Control (DPC) provides a
  11.             more convenient way to access the printer's functions in a
  12.             multitasking environment.
  13.             
  14.                  Requirements: Any true IBM compatible running any
  15.             version of either PC-DOS or MS-DOS and any of the following
  16.             multitasking "shells"; APX Core, Concurrent Dos, Desqview,
  17.             Double DOS, EZDosIt, Microsoft Windows, MultiLink, Taskview,
  18.             Topview, and others. DPC will only support IBM and Epson
  19.             compatible printers at this time.
  20.                  
  21.                  DPC         : DPC is a utility designed to run as a
  22.             task under any one of the mentioned "shells" making best use
  23.             of the processing time that is available. It will only use
  24.             the time "slices" that it needs to perform its tasks, any
  25.             remaining time "slices" will be donated back to the main
  26.             processing cycle.
  27.             
  28.                  Installation: Copy DPC.COM into your application
  29.             directory and define it as an application under your
  30.             multitasking "shell". The installation process will differ
  31.             from each multitasking "shell" that is used. The display
  32.             dimensions required by DPC are 48 characters by 19 lines
  33.             (48 X 19).
  34.             
  35.             ** Desqview Installation **
  36.             
  37.                  Copy DPC.COM into your application directory. Select
  38.             the Add Program option, the specific program requirements
  39.             are the following:
  40.             
  41.                       Required Memory     35K
  42.                       Height              19
  43.                       Width               48
  44.                       Run in Foreground Only
  45.             
  46.                  Usage       : The program will display a menu of
  47.             printer options with a corresponding number as a prefix. To
  48.             select an option, just type the number and press return. The
  49.             program will ignore all incorrect choices and will process
  50.             the correct entries right after the return key is pressed.
  51.             Examples: "15" for Printer Reset, "99" for End Program, etc.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             *** Contributions ***
  74.                  If you like this program, and find it of use to you,
  75.             then your contribution of $15 or a friendly comment in the
  76.             mail will be appreciated. This program is distributed as
  77.             Public Domain. The source code (written in Turbo Pascal) is
  78.             copyrighted and is available for $15. Your contribution of
  79.             $15 will be considered as a purchase of the source code,
  80.             thus you will receive a copy of the source code in return
  81.             for your contribution. Any bug reports, user comments,
  82.             and/or contributions should be mailed to this address:
  83.             
  84.                            CFS Development
  85.                            c/o Chiu-fai Szeto
  86.                            12 Seagrave Road
  87.                            Cambridge, MA 02140-1618
  88.             
  89.                  Please make any checks payable to Chiu-fai Szeto.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.