home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
MISC3D
/
3DKIT1
/
XTO3.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-08
|
207b
|
6 lines
rem -- Produces a SHRINKed 3DV file fron XYZ output, and cleans up
rem -- Takes the XYZ file name (without extension) as the only argument
XYZto3DV %1.3DL | SHRINK > %1.TMP
del %1.3d?
ren %1.TMP %1.3DV