Hi there..
old days with vbscript + vb6 have the option to hide (not minimized - hide) something we want "running" at background... can we do that with jShell too.. somehow ...
old vbscript was something like that:
any solution to that ?
old days with vbscript + vb6 have the option to hide (not minimized - hide) something we want "running" at background... can we do that with jShell too.. somehow ...
old vbscript was something like that:
B4X:
Dim WShell
Set WShell = CreateObject("WScript.Shell")
WShell.Run "Notepad.exe", 0
Set WShell = Nothing
any solution to that ?