Function Reference

_RunDos

Executes a DOS command in a hidden command window.

#Include <process.au3>
_RunDOS( $sCommand )

 

Parameters

$sCommand Command to execute

 

Return Value

 

Remarks


 

Related

 

Example


#include <Process.au3>
$rc = _RunDos("start Http://www.autoitscript.com")