lostom Posted September 28, 2011 Posted September 28, 2011 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?
somdcomputerguy Posted September 28, 2011 Posted September 28, 2011 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now