Jump to content

[help] batch command problem


roy1984

Recommended Posts

HI, I am runing a batch command every time pc startup

but 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?

post-26120-1159079371_thumb.jpg

Link to comment
Share on other sites


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, (").

Link to comment
Share on other sites

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?

:hello:

Link to comment
Share on other sites

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