Prev: 3d reconstruction
Next: Nonlinear regression help
From: Mark on 16 May 2010 06:22 Are there better working options nowadays to hide the command prompt? My program includes a jpg to pdf converter, which always shows information in the command prompt. I am afraid this will cause problems if I hide the command prompt.
From: ImageAnalyst on 16 May 2010 08:58 On May 16, 6:22 am, "Mark " <markmat...(a)gmail.com> wrote: > Are there better working options nowadays to hide the command prompt? My program includes a jpg to pdf converter, which always shows information in the command prompt. I am afraid this will cause problems if I hide the command prompt. -------------------------------------------------------------------- I don't understand. Do you want to suppress display of the operating system command/console window upon startup of your executable or not?
From: Walter Roberson on 16 May 2010 11:00 Mark wrote: > Are there better working options nowadays to hide the command prompt? Not really; there has been no significant change in this matter for a few releases of Windows. > My > program includes a jpg to pdf converter, which always shows information > in the command prompt. I am afraid this will cause problems if I hide > the command prompt. I would not expect that to be a problem, and in any case you could just test and see whether it is a problem or not rather than being afraid of it.
From: Mark on 16 May 2010 17:59 > -------------------------------------------------------------------- > I don't understand. Do you want to suppress display of the operating > system command/console window upon startup of your executable or not? Thanks for the replies! I don't want the command prompt to be displayed. However, I wonder what happens when errors occur or when I use the pdf converter. This usually displays information in the Command Prompt. But what happens if that is suppressed?
From: ImageAnalyst on 16 May 2010 18:02
On May 16, 5:59 pm, "Mark " <markmat...(a)gmail.com> wrote: > > -------------------------------------------------------------------- > > I don't understand. Do you want to suppress display of the operating > > system command/console window upon startup of your executable or not? > > Thanks for the replies! I don't want the command prompt to be displayed. However, I wonder what happens when errors occur or when I use the pdf converter. This usually displays information in the Command Prompt. But what happens if that is suppressed? --------------------------------------------------------------------- No problem - it just ignores it. It just goes into the virtual bit bucket never to be seen again. You won't have any messages (information, error, or warning) displayed, nor will you have any trouble (errors, etc.) running it. |