ss checkout $\projectName\file -Yusername,password -c'Test comment'
Please help me.
Thanks in advance,
Regards
Pranav Prakash
You want the `subprocess` module. See
http://docs.python.org/library/subprocess.html
Cheers,
Chris
--
Follow the path of the Iguana...
http://rebertia.com
Thanks, will try it
Try:
os.system("""start "" cmd /css checkout
$\projectName\file -Yusername,password -c'Test comment' """)
(not tested ; it's directly from my memory)
@-salutations
--
Michel Claveau