home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / JAPANESE / ZIPFILES / KDP32_1.ZIP / EXAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-03-18  |  319 b   |  15 lines

  1. @echo off
  2. kdtest
  3. if ERRORLEVEL 1 goto present
  4. :notpresent
  5. rem put commands here to be used if KDPLUS not active
  6. rem the following is just an example
  7. echo KDPLUS not present
  8. goto end
  9. :present
  10. rem put commands here to be used if KDPLUS active
  11. rem the following is just an example
  12. echo KDPLUS present
  13. :end
  14. 
  15.