home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / clipper / chmult.arj / CLIPSALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-04  |  198 b   |  5 lines

  1. @echo off
  2. : clipsall: compiles all prgs in current directory for single user;
  3. :           puts obj files in current directory
  4. for %%n in (*.prg) do \clipper5\bin\clipper %%n -isingluse -b -m -p
  5.