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

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