[Osgeo4w-trac] Re: [osgeo4w] #17: generate .bat for bin/*.py
OSGeo4W
trac_osgeo4w at osgeo.org
Thu Jul 31 13:29:51 EDT 2008
#17: generate .bat for bin/*.py
--------------------------+-------------------------------------------------
Reporter: maphew | Owner: osgeo4w-dev at lists.osgeo.org
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Installer | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by maphew):
the command example is broken (but the attached batch files are ok), it's
missing `echo`, should be:
{{{
for %%g in (*.py) do echo @python "%%OSGEO4W_ROOT%%\bin\%%g" %%* >
%%~ng.bat
}}}
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/17#comment:1>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list