Description
Sends a command to the MCI interface. static.
Syntax
MCI.sendCmdString(cmd)
Parameters
Returns
A string represents result information or error message
Example
MCI.sendCmdString("open c:\\test.rmi
type sequencer alias test");
MCI.sendCmdString("play test wait");
MCI.sendCmdString("close test");