Tag: execute
Execute JavaScript files using Rhino
October 16, 2007
The command to execute a javascript file using rhino. java -jar /path/to/custom_rhino.jar JS_File.js Get Custom Rhino(From Dojo Library)
Get Result of Command using Python in Linux
October 7, 2007
Execute a command and get its results using python in Linux import commands result = commands.getoutput(“ls”)
Recent Comments