10.txt Content is as follows:
at 17:00 shutdown -s
How to directly execute the batch code in the text in the CMD window and not rename it to 10.bat, is there any method?
In addition, do not use indirect methods such as FOR to read the text!
Why doesn't cmd.exe /c 10.txt
Or cmd.exe /k 10.txt execute the commands in 10.TXT??
[ Last edited by HAT on 2008-11-4 at 00:46 ]
at 17:00 shutdown -s
How to directly execute the batch code in the text in the CMD window and not rename it to 10.bat, is there any method?
In addition, do not use indirect methods such as FOR to read the text!
Why doesn't cmd.exe /c 10.txt
Or cmd.exe /k 10.txt execute the commands in 10.TXT??
[ Last edited by HAT on 2008-11-4 at 00:46 ]

