Using Python instead of DOS shell scripts

Daniel Dittmar daniel.dittmar at sap.corp
Tue Sep 14 05:15:58 EDT 2004


Jeff Wagner wrote:
> I have a project of converting numerous DOS cmd shell scripts to Python. Is there a tutorial to
> getting started?

Some of the more important modules for your task are probably
- os: http://www.python.org/doc/2.3.4/lib/module-os.html
- os.path: http://www.python.org/doc/2.3.4/lib/module-os.path.html
- win32 extensions: https://sourceforge.net/projects/pywin32/

You should visit the Python Cookbook 
(http://aspn.activestate.com/ASPN/Python/Cookbook/), which is also 
available in book form.

Daniel



More information about the Python-list mailing list