RosettaCodeData/Task/Execute-a-system-command/VBScript/execute-a-system-command.vbs

3 lines
84 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /K dir",3,True