Jump to content

Recommended Posts

Posted

post-26120-1160878985_thumb.jpg

is there any command to write in the batch file ?so that the command windows will close whatever the job is done or not being done.


  • 1 year later...
Posted

I meant that I want the command run in background, Without notify me any complete msg or error msg

Is it anyway to do so?

Posted

If you do not want to show any cmd dialogs then try this vbs script.

 Dim Act :Set Act = CreateObject("Wscript.Shell")
'/-> Place Your Cmd File Full Path
Act.Run("THE_PATH_AND_FILENAME_HERE"),0,True

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