Hi I want to excute a .cmd file on windows through jython.. How can i do that?
I am using following code
import os
os.system("C:/testfile/anotherfolder/Startserver.cmd")
can any body let me know how can excute Startserver.cmd from jython??
thanks,
Naveen
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.-- http://mail.python.org/mailman/listinfo/python-list
