Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
zero #1
batch a command possible?
Is there any extension to apply a command to several documents at once?
zero Guest
-
exporting ai files to jpeg using batch command
I'm using Illustrator CS trying to export more than 200 ai files to jpg...i been wondering if there is any way to do this at once like using batch... -
Batch Processing, not quite batch
Did anyone come up with a solution or at least an explination for this? I am having the same issue trying to batch convert TIFF files to PDF. -
Windows Explorer Right Click Command (+ Custom Command Script)
Ok got a tricky question about custom scripts, I would like to add a Windows Explorer Right Click Command - that allows me to select an image/s... -
Multi command files and running them from the command prompt
Use the -td§ option . Details are in the section titled Command Line Processor Options in the Command Reference. "Derek Clarkson"... -
Running the "Batch" Command
Didn't see your response chuck, but we got it done...Thanks. Jesse, If you want added batch actions for windows and mac, and the ability to run... -
EQ_Developer #2
Re: batch a command possible?
Yeah, I think it's possible to batch commands coding the following functions in
a custom batch command:
site.getSelection() // get an array
containing the location of selected files
loop through each element in the array and execute the following commands:
dreamweaver.openDocument() // open the file
dreamweaver.runCommand() // run the command on the file
dreamweaver.closeDocument() // close the file
I haven't actually done it, but in theory it should work. I am in the process
of doing this now so if you are still interested I'll post up an example when I
am done.
EQ_Developer Guest



Reply With Quote

