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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-05-19
|
207 b
|
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