roy1984 Posted October 15, 2006 Posted October 15, 2006 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.
Hamins Posted October 15, 2006 Posted October 15, 2006 Try adding the command "Exit" at the end of the batch file.
roy1984 Posted May 14, 2008 Author Posted May 14, 2008 I meant that I want the command run in background, Without notify me any complete msg or error msgIs it anyway to do so?
gunsmokingman Posted May 14, 2008 Posted May 14, 2008 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
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