Using Python instead of DOS shell scripts
Daniel Dittmar
daniel.dittmar at sap.corp
Tue Sep 14 05:15:58 EDT 2004
More information about the Python-list mailing list
Tue Sep 14 05:15:58 EDT 2004
- Previous message (by thread): Using Python instead of DOS shell scripts
- Next message (by thread): Using Python instead of DOS shell scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Using Python instead of DOS shell scripts
- Next message (by thread): Using Python instead of DOS shell scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list