"CONTROL Z" -> "CONTROL z"

This commit is contained in:
Tim Mattison 2014-07-29 16:36:30 -07:00
parent a707a122c2
commit 6380388e3f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,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