App.progressCountTotal = 3; App.progressCountCurrent = 0; fw.dismissBatchDialogWhenDone = true; doc = fw.openDocument('file:///Scratch HD/saca/ice/wall/from the lake.JPG'); App.progressCountCurrent = 1; App.batchStatusString = 'from the lake.JPG'; if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/images/from the lake_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/images/from the lake_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/images/from the lake_JPG.jpg',({applyScale:false, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:"100", useScale:true, xSize:0, ySize:0})); if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/from the lake_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/from the lake_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/from the lake_JPG.jpg',({applyScale:true, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:100, useScale:false, xSize:-200, ySize:-200})); fw.closeDocument(doc); doc = fw.openDocument('file:///Scratch HD/saca/ice/wall/near the top.JPG'); App.progressCountCurrent = 2; App.batchStatusString = 'near the top.JPG'; if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/images/near the top_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/images/near the top_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/images/near the top_JPG.jpg',({applyScale:false, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:"100", useScale:true, xSize:0, ySize:0})); if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/near the top_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/near the top_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/near the top_JPG.jpg',({applyScale:true, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:100, useScale:false, xSize:-200, ySize:-200})); fw.closeDocument(doc); doc = fw.openDocument('file:///Scratch HD/saca/ice/wall/top pitch.JPG'); App.progressCountCurrent = 3; App.batchStatusString = 'top pitch.JPG'; if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/images/top pitch_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/images/top pitch_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/images/top pitch_JPG.jpg',({applyScale:false, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:"100", useScale:true, xSize:0, ySize:0})); if (!Files.exists('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/top pitch_JPG.jpg') || confirm('file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/top pitch_JPG.jpg already exists. Click OK to replace the file.')) fw.exportDocumentAs(doc, 'file:///Scratch HD/clark website/ice/wall/midnight express/thumbnails/top pitch_JPG.jpg',({applyScale:true, colorMode:"24 bit", exportFormat:"JPEG", jpegQuality:80, jpegSmoothness:0, jpegSubsampling:0, name:"JPEG - Better Quality", numEntriesRequested:0, percentScale:100, useScale:false, xSize:-200, ySize:-200})); fw.closeDocument(doc); 'done';