September 24, 200619 yr 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?
September 24, 200619 yr 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?
September 24, 200619 yr 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, (").
September 24, 200619 yr if you want you can disable this startup item, just edit the registry running "regedit.exe" (Windows Registry Editor).
September 24, 200619 yr 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?
Create an account or sign in to comment