E
Eric
Does anyone have any suggestions on how to code a batch file to close window?
Thanks in advance for any suggestions
Eric
Thanks in advance for any suggestions
Eric
Eric said:Does anyone have any suggestions on how to code a batch file to
close window? Thanks in advance for any suggestions
Eric said:Thank you very much for suggestions
I mainly copy backup files into specific folders using batch file,
which take a while for copying, and I would like to shut down
windows after copying all files for backup.
Do you have any suggestions on how to do it?
Thank you very much for any suggestions
Eric said:Does anyone have any suggestions on how to code a batch file to close
window? Thanks in advance for any suggestions
http://www.computerhope.com/shutdown.htmEric said:Thank you very much for suggestions
I mainly copy backup files into specific folders using batch file, which
take a while for copying, and I would like to shut down windows after copying
all files for backup.
Do you have any suggestions on how to do it?
Thank you very much for any suggestions
Eric
:
Eric said:Does anyone have any suggestions on how to code a batch file to
close window? Thanks in advance for any suggestions
Shenan said:Depends on what you have available to you and what you mean by 'to
close window'.
You can kill a given task (which would *close* any associated
windows.) Is that what you want?
Thank you very much for suggestions
I mainly copy backup files into specific folders using batch file,
which take a while for copying, and I would like to shut down
windows after copying all files for backup.
Do you have any suggestions on how to do it?
Thank you very much for any suggestions
Shenan said:So you have a batch script that copies files (xcopy or copy command
line command?) and you want the command prompt window to close when
done?
EXIT
That would be the last line of your batch script.
Eric said:Does anyone have any suggestions on how to code a batch file to close
window? Thanks in advance for any suggestions
Eric
Bob CP said: