Page 1 of 1

Run hidden

Posted: 2011-06-11T15:41:20-07:00
by Elapido
Is there any way I can run a command in hidden mode? I'm using it from Autohotkey and there's no way to hide the command promt screen.

Re: Run hidden

Posted: 2011-06-11T18:15:07-07:00
by anthony
I gather you mean in background without a terminal window.

Of course! IM is designed to run in that way. Just write your script to do what you want, then have your 'hotkey' run it. No big drama.

However to help you more, you will need to be more specific, about what you are trying to do.


ASIDE: A quick look at the Autohotkey web page did not make it very clear if it was Linux (X Window) or Windows based! However the last line talks about registry, so I assume windows. Download also did not make any distinction about OS. I have reported a bug about their web page on their bugs forum.

Re: Run hidden

Posted: 2011-06-12T00:32:45-07:00
by Elapido
OK, I've already fixed the problem. I forgot a ',' before the hide option in Autohotkey to hide the screen. Thanx, anyway ;)

Re: Run hidden

Posted: 2011-06-19T11:50:31-07:00
by whugemann
To get things straight:

Autohotkey is a Windows program which allows simple automisation for GUI programs, even if these offer no keyboard interface. Hiding a command window (in fact, any window) is a feature of the Autohotkey command language and has nothing to do with ImageMagick.

Now that Elapido has bothered us with his problem, I would like to know more about the task he is trying to solve that way. Is this a thing that can't be done by a DOS batch file or VBS?