I haven made a very simple script in Toucan:
void = sync "jobname"
If i run that script in toucan it works!
Now i make a .bat file with te following:
toucan.exe /s "scriptname"
then i get an error that said:
cannot run lua file [string "scriptname"]:1: '='expected near ''
What is wrong?