home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / DKBTRACE.ZIP / DO.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-02  |  314 b   |  9 lines

  1. REM This is a sample of how to invoke the tracer in batch mode
  2. REM and collect output messages into a "results" file
  3.  
  4. dkb -icube.dat -ocube.tga >results
  5. dkb -imarblete.dat -omarblete.tga >>results
  6. dkb -iwindow.dat -owindow.tga >>results
  7.  
  8. REM And so on...  Subsequent batch runs will append to "results"...
  9.