Jump to content

Recommended Posts

Posted

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?

Posted

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.

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
×
×
  • Create New...