Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
aa3025 committed Oct 24, 2023
1 parent 1950b01 commit fcd3038e3e004e9636c78e17a2b29addf276bab2
Showing 1 changed file with 2 additions and 2 deletions.
@@ -242,13 +242,13 @@ End If
sleep 6
msgbox(strCommand)
'msgbox(strCommand)

Set objShellExec = objShell.Exec(strCommand)

output = Trim(objShellExec.StdOut.ReadAll)

MsgBox(output)
'MsgBox(output)
outp=Split(output,":")
display=5900+outp(1)

0 comments on commit fcd3038

Please sign in to comment.