Jump to content

Hide program on startup


lostom
 Share

Recommended Posts

Good day,

After the following code, a program name "process.exe" starts, but I want to hide it directly, so it doesn't create a window.

;IF starts here:
If $var = 0 Then
            Run($IniPath, $IniDir)
            WinWait("Window Name")
        EndIf

I've browsed around the forums, but I couldn't really find something usefull for me, but it might have been that I overlooked something.

Does anyone have any idea how to hide the program on startup?

Link to comment
Share on other sites

I've browsed around the forums, but I couldn't really find something usefull for me, but it might have been that I overlooked something.

Browse thru the Help file some then, and read about the Run() function's show flag parameter.

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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