Skip to main content
1-Visitor
August 18, 2011
Solved

IsoDraw 7.2 batch function command line

  • August 18, 2011
  • 2 replies
  • 3079 views

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"

Best answer by DmitryTsarev

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

2 replies

17-Peridot
August 18, 2011

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

17-Peridot
August 18, 2011

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