home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / perf22.zip / AUTHORS.BAT next >
DOS Batch File  |  1992-08-26  |  190b  |  10 lines

  1. @echo off
  2. if "%1"=="" goto usage
  3. if "%2"=="" goto usage
  4. if "%3"=="" goto usage
  5. isql -S%3 -U%1 -P%2 -iauthors.sql -ooutput
  6. goto exit
  7. :usage
  8. echo Usage: AUTHORS userid password
  9. :exit
  10.