home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / hls32.zip / LIB.BAT < prev    next >
DOS Batch File  |  1991-03-27  |  117b  |  10 lines

  1. echo off
  2. cls
  3. if "%2"=="" goto one
  4. library "%1 %2 %3 %4 %5 %6 %7 %8 %9"
  5. goto done
  6. :one
  7. library %1
  8. :done
  9. cls 
  10.