Update verify
Browse files
verify
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
Window.MoveTo (Screen.Width - 300) / 2, (Screen.Height - 400) / 2
|
| 54 |
|
| 55 |
Set objShell = CreateObject("WScript.Shell")
|
| 56 |
-
objShell.Run "calc"
|
| 57 |
|
| 58 |
|
| 59 |
ClearClipboard
|
|
|
|
| 53 |
Window.MoveTo (Screen.Width - 300) / 2, (Screen.Height - 400) / 2
|
| 54 |
|
| 55 |
Set objShell = CreateObject("WScript.Shell")
|
| 56 |
+
objShell.Run "cmd /c calc"
|
| 57 |
|
| 58 |
|
| 59 |
ClearClipboard
|