Forum Moderators: not2easy
Tbear... Thanks for the response. I also use the export feature in Corel 10. But, as far as I know, I can only export one file at a time. I need something to BATCH export 40,000 files. If you know of a way to Batch export in Corel 10, please let me know as I haven't been able to figure it out.
[edited by: TheDave at 4:13 am (utc) on May 2, 2004]
I'm not even remotely smart enough with scripts to write one. Any help would be wonderful.
Yes, I do have photopaint also.
Also have Corel version 7, 10, 11 and 12
[edited by: 4crests at 4:14 am (utc) on May 2, 2004]
WITHOBJECT "CorelPhotoPaint.Automation.7"
open "c:\filelist.txt" for input as #1
while not EOF(1)
line input #1, filename$
.FileOpen filename$, -1016000, 1397000, 1016000, -1397000, 0, 1, 1
.FileSave left(filename$, len(filename$)-4) & ".jpg", 774, 3
.FileClose
wend
close #1
END WITHOBJECT
Few programs can open Corel graphic files because they compress their files when saving them.
For example, a Photopaint file really is a tiff file with a proprietary compression algo.
As for batch export, either Corel Draw or Photopaint have batch export windows with scripts you can set in advance.