How to run a hidden shell on Windows

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

How to run a hidden shell on Windows

Post by andres »

Hello

I run a shell command to to prevent a duplicated application from running. But I see the shell window opening on Windows (not Mac) and then closing.

Is it possible to run the shell command without the window opening?

Thanks
Andres
andres
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 68
Joined: Thu Jan 04, 2007 2:24 am

Post by andres »

I found it...

set the hideconsolewindows to true

Thanks
Andres
Post Reply