Jump to content

Hide DOS window


 Share

Recommended Posts

Is there a way to run a DOS program without bringing up the DOS window while it executes?

Yes, here's an example to give you the general idea

;Build command
Local $Command = @ComSpec & " /c net use " & $Network_Drive & " /del /y"

;Run command
Run($Command, "",@SW_HIDE)

VW

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