Jump to content

Recommended Posts

Posted

I use runasset to run a .vbs, this vbs prompt the user for some input.

problem is that a cmd box opens while the vbs is running, is there a way to hide this cmd box?

Greetings

Kees

Posted

$title = 'Command'
Opt("WinTitleMatchMode", 2) 
WinWait($title)
WinSetState($title, '', @SW_HIDE)

Use WinSetState to hide it. Can change the value to suit. The Opt() allows for part of the title name.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...