cURL question

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

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

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

cURL question

Post 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!
SparkOut
Posts: 2988
Joined: Sun Sep 23, 2007 4:58 pm

Post 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.
Post Reply