next up previous contents
Next: getDevices Up: Methods Previous: Methods   Contents


sendCmdString

Description

Sends a command to the MCI interface. static.


Syntax

MCI.sendCmdString(cmd)


Parameters

cmd
Specifies the command string to send.


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");




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.