Changes between Initial Version and Version 5 of Ticket #17


Ignore:
Timestamp:
Mar 13, 2012, 4:00:19 PM (12 years ago)
Author:
maphew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17

    • Property Keywords gdal-python added
    • Property Owner changed from osgeo4w-dev@… to maphew
    • Property Component InstallerPackage
    • Property Status newassigned
  • Ticket #17 – Description

    initial v5  
    11this 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.
    22{{{
    3 for %%g in (*.py) do (@python "%%OSGEO4W_ROOT%%\bin\%%g" %%*  > %%~ng.bat)
     3for %%g in (*.py) do echo @python "%%OSGEO4W_ROOT%%\bin\%%g" %%*  > %%~ng.bat
    44}}}