cmd(s)

Execute a DOS command specified by the string s.


See also cd chdir dir ls grep 


Example


cmd("cd ../tutorial/examples/")


s = "find /V "html" *.txt"

cmd(s)