I'm trying to run this command
toucan.exe --script="dofile(getscript("TEST"))" -l="C:\log.txt"
The error I get is
Toucan 3.0.4 16:03:30
Date: 2011-03-15
Computer Name: Chris
Operating System: Windows XP (build 2600, Service Pack 3)
Cannot run lua file: Error in GetScriptPath (arg 1), expected 'wxString const &' got 'nil'
Elapsed: 00:00:00
Finished 16:03:30
What am i doing wrong. Can someone please help me out?
the name of the script has to be enclosed in double brackets:
toucan.exe --script="dofile(getscript([[TEST]]))" -l="C:\log.txt"