Opened 16 years ago

Last modified 11 years ago

#17 closed enhancement

generate .bat for bin/*.py — at Initial Version

Reported by: maphew Owned by: osgeo4w-dev@…
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)

Change History (2)

by maphew, 16 years ago

Attachment: gdal.bat added

etc/postinstall/gdal.bat

by maphew, 16 years ago

Attachment: gdal-python.bat added

etc/postinstall/gdal-python.bat

Note: See TracTickets for help on using tickets.