Opened 17 years ago
Last modified 12 years ago
#17 closed enhancement
generate .bat for bin/*.py — at Initial Version
Reported by: | maphew | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | gdal-python | |
Cc: |
Description
this cmd snippet will generate a batch file for all the python scripts in the bin directory. It could be included as part of python and gdal-python packages.
for %%g in (*.py) do (@python "%%OSGEO4W_ROOT%%\bin\%%g" %%* > %%~ng.bat)
Note:
See TracTickets
for help on using tickets.
etc/postinstall/gdal.bat