Page 1 of 1

Example Commandline.hws

Posted: Thu Oct 06, 2016 2:37 pm
by JosDuchIt
How can the example script .hws be used?
tried
12.Amiga OS 4:Utilities/Hollywood/Examples/CommandLine> hollywood commandline.hws 1 "tonno"
12.Amiga OS 4:Utilities/Hollywood/Examples/CommandLine> hollywood commandline.hws tonno 112.Amiga OS 4:Utilities/Hollywood/Examples/CommandLine> hollywood commandline.hws 1 tonno12.Amiga OS 4:Utilities/Hollywood/Examples/CommandLine> hollywood commandline.hws "1 tonno"


OK this seems to work
12.Amiga OS 4:Utilities/Hollywood/Examples/CommandLine> hollywood commandline.hws -tonno 1

Re: Example Commandline.hws

Posted: Fri Oct 07, 2016 10:29 pm
by airsoftsoftwair
Yes, you need to prefix the parameter names with a "-" or it won't work, e.g.

Code: Select all

Hollywood test.hws -mycustomparameter1 test1 -mycustomparameter2 test2
etc.