Hi all,
Now that IsoDraw 7.2 includes batch export in the app menu instead of an extension the command line syntax is broken for calling the batch export function. I s this still possible?
Old syntax:
IsoDraw72.exe -ext batch7_en.isp -s"my source dir" -d"my target dir"' -f24 -m"my macro"
Solved! Go to Solution.
Starting in IsoDraw 7.1, the batch tool is native functionality and no longer works as an extension. Therefore -batch is all that is needed as opposed to the -ext batch7_en.isp which was needed in previous releases.
Sample usage:
IsoDraw72.exe -batch -s"Examples" -d"Examples_out" -f10
Also check this page
Starting in IsoDraw 7.1, the batch tool is native functionality and no longer works as an extension. Therefore -batch is all that is needed as opposed to the -ext batch7_en.isp which was needed in previous releases.
Sample usage:
IsoDraw72.exe -batch -s"Examples" -d"Examples_out" -f10
Also check this page
Starting in IsoDraw 7.1, the batch tool is native functionality and no longer works as an extension. Therefore -batch is all that is needed as opposed to the -ext batch7_en.isp which was needed in previous releases.
Sample usage:
IsoDraw72.exe -batch -s"Examples" -d"Examples_out" -f10
Also check this page