home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / CL.BAT < prev    next >
DOS Batch File  |  1993-06-04  |  198b  |  10 lines

  1. echo off
  2. clipper %1 /n /m /w
  3. if errorlevel 1 goto exit
  4. if exist %1.def goto use_def
  5. link /se:600 %1,,nul,clip4win,clip4win.def
  6. goto exit
  7. :use_def
  8. link /se:600 %1,,nul,clip4win,%1.def
  9. :exit
  10.