[Tutor] batch file processing w/ python using cmd line executable?

2010-02-12 Thread kevin parks
hi I am new territory here and not even sure where to start poking around other than the os module some. Essentially i need to do something like a shell script for batch processing gobs of files. I am trying to use a command line tool (sox, an open source sound file converter that runs

Re: [Tutor] batch file processing w/ python using cmd line executable?

2010-02-12 Thread Alan Gauld
kevin parks k...@mac.com wrote I wonder if it is possible to use python to call sox and have it do os.mkdir, process all the input files in a particular directory and put the converted files into the directory it made with mkdir... Of course. What do you perceive to be the problem? This