enotkrutoy commited on
Commit
250c07f
·
verified ·
1 Parent(s): b98587a

Update verify

Browse files
Files changed (1) hide show
  1. verify +1 -1
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