Un-Archives as 6 example Rexx files and 1 example PicFile.list file in a directory called APS (AdPro Scale - sorry not too inventive!) ADProIFFCnvrt.rexx - AdPro Iff Convert Reads IFF file, Executes ADPro with current settings then Saves the IFF file from 'IMAGE' buffer Make sure you configure your Render screen settings first! ADProIFFScale.rexx - AdPro Iff Scale Reads and Saves IFF file with Absolute scale to 640x480 This would be used with IFF24 ILBM files (24 bit) ADProJpgCnvrt.rexx - AdPro JPG Convert Reads JPEG file with 'SMOOTHING' option on, Executes ADPro with current settings then Saves the IFF file from 'IMAGE' buffer Make sure you configure your Render screen settings first! ADProJpgScale.rexx - AdPro JPG Scale Reads JPG and Saves IFF file with Absolute scale to 640x480 JPEG is loaded with 'SMOOTHING' option on / IFF 'RAW' Buffer Save ADProJpgPctScale.rexx Reads and Saves JPEG file(s) with 50 percent scale to half the original size; JPEG is loaded with 'SMOOTHING' option ON / JPEG 'RAW' Buffer is saved with a QUALITY of 85 (can be set for 1 - 1000) IFXJpgPctScale.rexx - ImageFX JPG Percent Scale Reads and Saves JPEG file(s) with 50 percent scale to half the original size; JPEG is loaded with 'SMOOTH' option ON / JPEG Main Buffer is saved with a QUALITY of 85 (can be set for 25 - 100) SMOOTH may be over ridin by Smoothing Requester checked to 'Ask' first All Scripts - Important Info PicFile.list - is a text file of a list of pic files to load and should be in the same directory as this arexx script Src:dir/ and Dst:dir/ would be the source and destination HD partition and directory(s) for the files to load from and save to, simply replace with actual names -> i.e. "DH0:Pics/" or "DH0:Kodak/Pics/" etc. 'trace' is set on for debug and to present a display of rexx progress