Run hidden
Run hidden
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Run hidden
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.
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Run hidden
OK, I've already fixed the problem. I forgot a ',' before the hide option in Autohotkey to hide the screen. Thanx, anyway
- whugemann
- Posts: 289
- Joined: 2011-03-28T07:11:31-07:00
- Authentication code: 8675308
- Location: Münster, Germany 52°N,7.6°E
Re: Run hidden
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?
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?
Wolfgang Hugemann