home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1369.dms / in.adf / vscan! < prev    next >
Encoding:
AmigaDOS Script File  |  1991-09-10  |  589 b   |  35 lines

  1. .key where
  2. .default where mem
  3. VScan "<where>"
  4. if NOT "<where>" EQ "mem"
  5.    skip done
  6. EndIf
  7. Echo ""
  8. Assign >NIL: dh0: exists
  9. If not warn
  10.    echo "Checking drive DH0:"
  11.    VScan >NIL: bb DH0:
  12. EndIf
  13. Assign >NIL: df0: exists
  14. If not warn
  15.    echo "Checking drive DF0:"
  16.    VScan >NIL: bb df0:
  17. EndIf
  18. Assign >NIL: df1: exists
  19. If not warn
  20.    echo "Checking drive DF1:"
  21.    VScan >NIL: bb df1:
  22. EndIf
  23. Assign >NIL: df2: exists
  24. If not warn
  25.    echo "Checking drive DF2:"
  26.    VScan >NIL: bb df2:
  27. EndIf
  28. Assign >NIL: df3: exists
  29. If not warn
  30.    echo "Checking drive DF3:"
  31.    VScan >NIL: bb df3:
  32. EndIf
  33. Lab done
  34.  
  35.