home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / graphics / 3dkit1 / xto3.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-19  |  207 b   |  6 lines

  1. rem -- Produces a SHRINKed 3DV file fron XYZ output, and cleans up
  2. rem -- Takes the XYZ file name (without extension) as the only argument
  3. XYZto3DV %1.3DL | SHRINK > %1.TMP
  4. del %1.3d?
  5. ren %1.TMP %1.3DV
  6.