cURL question

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
gfioravanti2
Posts: 4
Joined: Fri Jun 19, 2009 8:49 pm

cURL question

Post by gfioravanti2 » Tue Sep 29, 2009 3:04 am

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!

SparkOut
Posts: 2852
Joined: Sun Sep 23, 2007 4:58 pm

Post by SparkOut » Tue Sep 29, 2009 8:00 am

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.

Post Reply

Return to “Windows”