home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / batch / checkdv.arj / READ.ME < prev   
Encoding:
Text File  |  1992-03-30  |  1.2 KB  |  36 lines

  1. CHECKDV 1.0                             March 30, 1992
  2.  
  3. Program written by:  Dan Sallitt
  4. Documentation, DEBUG version
  5. and testing:         Bryan Hanks
  6.  
  7. This program will allow your batch files to check for the presence of DESQview.
  8. The attached batch file demonstrates this technique.  Running CHECKDV.COM will
  9. return an error code.  If this code is a 1, then DV is present.  CHECKDV may
  10. return any other value if it is not.
  11.  
  12. If you have only received this note, rather than the appropriate files, you can
  13. build CHECKDV.COM by typing the following lines into a text file:
  14.  
  15.         N checkdv.com
  16.         e 0100 53 51 52 b9 45 44 ba 51
  17.         e 0108 53 b8 01 2b cd 21 3c ff
  18.         e 0110 74 05 32 c0 eb 03 90 b0
  19.         e 0118 01 5a 59 5b b4 4c cd 21
  20.         rcx
  21.         0020
  22.         w
  23.         q
  24.  
  25. Typing "DEBUG < textname" at the C:\ prompt, where 'textname' is the name of the
  26. file you saved the above lines in, will create CHECKDV.COM.
  27.  
  28.  
  29. This file is copyright 1992 by Quarterdeck Office Systems.  You may distribute
  30. the program and text files freely as long as you do not charge for distribution
  31. or use.
  32.  
  33.  
  34.             Copyright (C) 1992 by Quarterdeck Office Systems
  35.                  * * *   E N D   O F   F I L E    * * * 
  36.