Jump to content

Shell command hide


Go to solution Solved by Dan_555,

Recommended Posts

Posted

My my friend,

Just to ask a simple question.

With this code:

Local $iPID = ShellExecute($file, @SW_HIDE) 

I Cant execute the process HIDE!

Exist other form to execute this command in background and dont display command windows

Posted
4 hours ago, Dan_555 said:

The code for shell execute is:

ShellExecute ( "filename" [, "parameters" [, "workingdir" [, "verb" [, showflag]]]] )

To use the showflag, you have to provide blank parameters ...

ShellExecute ( "filename" , "" , "" , "" , @SW_HIDE )

 

Thanks a lot, your code working fine

best regards

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...