Page 1 of 1

cURL question

Posted: Tue Sep 29, 2009 3:04 am
by gfioravanti2
We have a program that opens a cURL process, but every time the process is opened, a command window opens and closes.

Is there a way to open a process without seeing the command window?

Thanks in advance!

Posted: Tue Sep 29, 2009 8:00 am
by SparkOut
Hi Grace,

I saw this was answered elsewhere, but for the sake of politeness and not leaving this question unanswered here, yes you can stop the console window appearing (however briefly) by:

Code: Select all

set the hideConsoleWindows to true
before you call the process.