October 15, 200619 yr 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.
May 14, 200818 yr Author I meant that I want the command run in background, Without notify me any complete msg or error msgIs it anyway to do so?
May 14, 200818 yr 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