"CONTROL Z" -> "CONTROL z"

This commit is contained in:
Tim Mattison 2014-07-29 14:29:28 -07:00
parent 568f34641f
commit ca6f67ead8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ STRING copy con invis.vbs
ENTER
STRING CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
ENTER
CONTROL Z
CONTROL z
ENTER
REM RUN THE BATCH FILE