Hi,
I would like to execute a shell command like this in python:
cmd = 'ant release -Dbuild=build_pr oxyonly -Drev=5.1.130f
-Dprops=\"-MIDP20_LARGE;PU SH_FEATURE=fals e;MIDlet-Version=5.0;ver sion=5.0;MIDlet-Icon=midicon15x 15.png;-FOUR_WAY_NAV_FE ATURE\"
-DThree_Branding =true'
Which of the execl command described here should I use?
Thank you for any help.
I would like to execute a shell command like this in python:
cmd = 'ant release -Dbuild=build_pr oxyonly -Drev=5.1.130f
-Dprops=\"-MIDP20_LARGE;PU SH_FEATURE=fals e;MIDlet-Version=5.0;ver sion=5.0;MIDlet-Icon=midicon15x 15.png;-FOUR_WAY_NAV_FE ATURE\"
-DThree_Branding =true'
Which of the execl command described here should I use?
Thank you for any help.
Comment