i use
jShell library
and i want run Hep on cmd.exe
--------------
output is :
Success
Microsoft Windows [Version 10.0.17134.112]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Windows\System32>
Help not run .
plz hlp me
jShell library
and i want run Hep on cmd.exe
PHP:
Dim shl As Shell
shl.Initialize("shl", "cmd.exe", Array As String("Help"))
shl.WorkingDirectory = "C:\Windows\System32\"
output is :
Success
Microsoft Windows [Version 10.0.17134.112]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Windows\System32>
Help not run .
plz hlp me