roy1984 Posted September 24, 2006 Posted September 24, 2006 HI, I am runing a batch command every time pc startupbut i having the error on the attachment that i post...the command windows is showed on the screen every startup...are there any command to close the windows after the command are runned?
Ctrl-X Posted September 24, 2006 Posted September 24, 2006 A batch file window should close when the batch file is finished, whether it has generated errors or not. What is this batch file supposed to do? Could you post the contents of the batch file so we can have a look?
Yzöwl Posted September 24, 2006 Posted September 24, 2006 It looks to me as if it's just a badly written batch file!Use IF EXIST statements if you wish to not have 'Could Not Find...' messages.Also please make sure that all paths containing spaces are enclosed in double quotes, (").
The008 Posted September 24, 2006 Posted September 24, 2006 if you want you can disable this startup item, just edit the registry running "regedit.exe" (Windows Registry Editor).
bledd Posted September 24, 2006 Posted September 24, 2006 A batch file window should close when the batch file is finished, whether it has generated errors or not. What is this batch file supposed to do? Could you post the contents of the batch file so we can have a look?
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