Execute a system command: Difference between revisions

Line 1,448:
myls = <.file$[contents: --<''>]>@hm+ (ask bash)/0+ -[ls --color=no]-!</lang>
The color option is needed to suppress terminal escape sequences.
 
=={{header|VBScript}}==
<lang vb>
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /K dir",3,True
</lang>
 
=={{header|Vedit macro language}}==
Anonymous user