Silent mode

Find quick help here to get you started with Hollywood
Post Reply
Jan
Posts: 26
Joined: Sun Sep 17, 2017 10:28 am
Location: Slovakia
Contact:

Silent mode

Post by Jan »

Hello and excuse my beginner's questions. I've just started with Hollywood.

I'd like to compile a simple Windows executable containing just a DownloadFile() command to make it download a certain file when executed. It works, but every time the .exe is executed, it displays a black Hollywood window for second or two. How can I make it completely silent?

Thank you in advance.
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Silent mode

Post by p-OS »

On top of your script you can pass quite some "preprocessor commands", one is @DISPLAY

Code: Select all

@DISPLAY {hidden=True} 
Jan
Posts: 26
Joined: Sun Sep 17, 2017 10:28 am
Location: Slovakia
Contact:

Re: Silent mode

Post by Jan »

So easy! :) Thank you.
Post Reply