RosettaCodeData/Task/Execute-a-system-command/VBScript/execute-a-system-command.vbs
2026-04-30 12:34:36 -04:00

2 lines
84 B
Text

Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /K dir",3,True