home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / kbrows.zip / R.BAT < prev   
DOS Batch File  |  1993-05-27  |  236b  |  13 lines

  1. @echo off
  2. cls
  3. for %%f in (%1) do c:\clipper5\bin\clipper %%f /m /ic:\clipper5\include %2 %3 %4 %5
  4. pause
  5. if "%2" == "/b" del sc.bif > nul:
  6. blinker @blinker.lnk
  7. if "%2" == "/b" goto debug
  8. demo
  9. goto exit
  10. :debug
  11. cld demo
  12. :exit
  13.