- #1
Nate Duong
- 126
- 3
Dear Group,
I would like to ask a question regarding to the batch file,
I am trying to create a batch file which could help to to shutdown to computer quickly, but when i run batch file, the command window showed up and keep running too many line but did not shut down the computer.
But when I typed directly on the command line window, it worked.
Please give me an advise, and this is a simple code and picture of the problem.
@Echo off
shutdown /s
Thank you group,
Nate Duong.
I would like to ask a question regarding to the batch file,
I am trying to create a batch file which could help to to shutdown to computer quickly, but when i run batch file, the command window showed up and keep running too many line but did not shut down the computer.
But when I typed directly on the command line window, it worked.
Please give me an advise, and this is a simple code and picture of the problem.
@Echo off
shutdown /s
Thank you group,
Nate Duong.