home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #7
/
amigamamagazinepolishissue1998.iso
/
varia
/
povray3
/
povray3_040
/
scripts
/
picconv.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-12-12
|
298b
|
10 lines
/* Parse POV-Ray output filename into seperate path+name, extension */
parse ARG infile
parse var infile basename '.' ext
address command 'povray3:utils/'ext'toppm 'infile' >t:tempic'
address command 'povray3:utils/ppmtoilbm -24force t:tempic >'basename'.iff'
address command 'delete t:tempic'