home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / QUAKECTF / ENTS / DOBSP.BAT < prev    next >
DOS Batch File  |  1997-01-15  |  167b  |  7 lines

  1. @echo off
  2. echo This assumes that qbsp is in your path.
  3. echo If it isn't you could copy QBSP into this directory.
  4. pause
  5. for %%i in (*.ent) do qbsp -onlyents %%i
  6.  
  7.