In DOS batch processing, is there a command to forcibly exit the batch processing?
For example, I have a batch processing.
AUTOEXEC.BAT
@ECHO OFF
CALL AU.BAT
ECHO LLLLLLL
ECHO LLLLLLLLL
AU.BAT
....
....
;If I want to directly return to the DOS state at this place, how to do it, that is, not execute the following commands and not return to all commands below CALL AU.BAT in AUTOEXEC.BAT.
ECHO ASDFSDAFSDF
ECHO ASDFSDAFSADF
For example, I have a batch processing.
AUTOEXEC.BAT
@ECHO OFF
CALL AU.BAT
ECHO LLLLLLL
ECHO LLLLLLLLL
AU.BAT
....
....
;If I want to directly return to the DOS state at this place, how to do it, that is, not execute the following commands and not return to all commands below CALL AU.BAT in AUTOEXEC.BAT.
ECHO ASDFSDAFSDF
ECHO ASDFSDAFSADF
QQ:366840202
http://chenall.net
http://chenall.net

