home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1990 / 02 / drivinfo.bat < prev    next >
DOS Batch File  |  1989-08-31  |  260b  |  9 lines

  1. @ECHO OFF
  2. REM ----------
  3. REM Use DRIVINFO.BAT in conjunction with a FOR loop to test
  4. REM for the existence of drives.  E.g.
  5. REM FOR %%v IN (a b c d e) DO CALL DRIVINFO %v
  6. REM ----------
  7. BATCHMAN DRIVEEXIST %1
  8. IF ERRORLEVEL 1 BATCHMAN CECHO C 1Ch, %1:
  9.