|
HI i have a batch marco running on OSX notebook (perfecly). Today i wanted to give it a shot on a WIN8 64 system. but i am just getting this error, and its a pain ...
Macro Error
')' expected in line 4.
<run> ("Substract Background...", "rolling=1000 separate");
The code untill there is the following
title=getTitle();
saveAs("Jpeg", "C:\Users\Andreas\Desktop\Ausgang\Temp\O_"+title);
open("C:\Users\Andreas\Desktop\Eingang\"+title);
run("Subtract Background...", "rolling=1000 separate");
run("Enhance Contrast", "saturated=0.35")
any idea why it is working on OSX but not on WIN?
|