Changeset 294

Show
Ignore:
Timestamp:
09/18/06 11:07:51 (2 years ago)
Author:
thomase
Message:

Made changes to match function of agxit.sh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GeographicEntityLite/trunk/utils/agxit.bat

    r233 r294  
    1 echo off 
    2 if (%1)==() echo.ABORTED: no destination name! 
    3 if (%1)==() exit /b 
    4  
    5 echo on 
    6 python \Programs\ArchGenXML\Archgenxml.py --author="Sean Gillies" --author="Tom Elliott" --copyright="Ancient World Mapping Center, University of North Carolina at Chapel Hill, U.S.A." --license=GPL -o ./%1 ./models/%1.xmi 
     1set PYTHON=c:\Python24\python 
     2set AGXROOT=c:\Programs\ArchGenXML 
     3%PYTHON% %AGXROOT%\Archgenxml.py --author="Sean Gillies" --author="Tom Elliott" --copyright="Ancient World Mapping Center, University of North Carolina at Chapel Hill, U.S.A." --license=GPL -o ./GeographicEntityLite ./models/GeographicEntityLite.xmi 
    74 
    85