open_avi.sml

  Download

More scripts: Advanced

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
string player$="C:\path\wmplayer.exe";
string file$="C:\path\movie.avi";
numeric err=0;
err = run(player$ + " " + file$);
 
if (err>=0)
{
    # open worked, we can continue with script, etc.
}