Example Commandline.hws

Find quick help here to get you started with Hollywood
Post Reply
JosDuchIt
Posts: 17
Joined: Mon Jun 20, 2016 6:26 pm

Example Commandline.hws

Post 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
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Example Commandline.hws

Post 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.
Post Reply