Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard authored Jun 5, 2021
1 parent fc8d75f commit f891184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PyDOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ def setCondCmd(args,i,condResult):

elif cmd == "EXIT":
if activeBAT:
if len(args) > 1:
condCmd = "set errorlevel="+args[1]
activeBAT = False
batEcho = True
else:
Expand Down

0 comments on commit f891184

Please sign in to comment.