echo off rem ************************************************************************** rem *** Get GIS CAMA Data batch program ********************************************** rem * rem * Executes Python script(s) to create shapefiles from TNBMP GIS data. rem * (Multiple counties may be processed within the same batch file.) rem * rem * By Ken Morrell rem * Updated 8/9/2016 rem * rem * Parameters are: rem * 2 digit county number rem * County name rem * SDE Personal geodatabase server name rem * Output path for shapefiles (surround with quotes if spaces may exist) rem * rem * Sample command: GetGISCAMAData.py 41 Hickman IG0919WL89216_SQLEXPRESS "C:\\dpagis\\Shapefiles\\Hickman" rem ************************************************************************** rem SAMPLE: GetGISCAMAData.py 59 Marshall "Database Connections\\DConn - GIS @ Default @ TNBMP2NEW.sde" "C:\GISData\Marshall" echo on GetGISCAMARuntimeData.py 59 Marshall "Database Connections\DConn - GIS @ Default @ TNBMP2NEW.sde" "C:\GISData\Marshall" N "C:\GISData\Marshall\MXD\ParcelLayers_Marshall.mxd" "C:\GISData\Marshall\Parcels"