PDA

View Full Version : How difficult to execute a command line argument?


Fiasco
2009-06-05, 07:19
.

linuxluemmel
2009-06-05, 10:56
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/dd-for-windows/

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

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