How difficult to execute a command line argument?
#1
Question 
.
Reply
#2
Hello

I do the same with my script ... look inside and you see it how it works.

your python code to do this would be :

complet_command = 'c:\anytool2 ripiso d: c:\dvdrips\name.iso'
sys.platform.startswith('win32')
status = os.system("%s" % (complet_command))



Greetings Hans

http://software.intel.com/en-us/articles...r-windows/

If you want to copy a dvd with windows ....

http://software.intel.com/en-us/articles...r-windows/
Reply

Logout Mark Read Team Forum Stats Members Help
How difficult to execute a command line argument?0