home *** CD-ROM | disk | FTP | other *** search
- @echo off
- kdtest
- if ERRORLEVEL 1 goto present
- :notpresent
- rem put commands here to be used if KDPLUS not active
- rem the following is just an example
- echo KDPLUS not present
- goto end
- :present
- rem put commands here to be used if KDPLUS active
- rem the following is just an example
- echo KDPLUS present
- :end
-