MapServer banner Home | Products | Issue Tracker | FAQ | Download
en it es zh_cn de el fr id sq tr

Batch Scripting

If you need to run the utilities on multiple files/folders, here are some commands that will help you:

Windows

type the following at the command prompt:

for %f in (*.shp) do shptree %f

or to run recursively (throughout all subfolders):

for /R %f in (*.shp) do shptree %f

Linux

find /path/to/data -name "*.shp" -exec shptree {} \;

Navigation

About
Products
Community
Development
Downloads
Documentation
FAQ

Current Table Of Contents