3 lines
84 B
VB.net
3 lines
84 B
VB.net
|
|
Set objShell = CreateObject("WScript.Shell")
|
||
|
|
objShell.Run "%comspec% /K dir",3,True
|