-
Notifications
You must be signed in to change notification settings - Fork 6
/
ms_ogc_workshop.bat
executable file
·21 lines (19 loc) · 2.7 KB
/
ms_ogc_workshop.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
textreplace -sf httpd.d/httpd_ms_ogc_workshop.conf -df httpd.d/httpd_ms_ogc_workshop.conf -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\gml\demo.map -df apps/ms_ogc_workshop/client\gml\demo.map -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/service\config.map -df apps/ms_ogc_workshop/service\config.map -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/service\exercise.map -df apps/ms_ogc_workshop/service\exercise.map -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/service\exercise_answer.map -df apps/ms_ogc_workshop/service\exercise_answer.map -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/service\config.map -df apps/ms_ogc_workshop/service\config.map -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/common\imagepath.inc -df apps/ms_ogc_workshop/common\imagepath.inc -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/index.html -df apps/ms_ogc_workshop/index.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\default\demo_init.html -df apps/ms_ogc_workshop/client\default\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\gml\demo_init.html -df apps/ms_ogc_workshop/client\gml\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\webservices\demo_init.html -df apps/ms_ogc_workshop/client\webservices\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wfs\demo_init.html -df apps/ms_ogc_workshop/client\wfs\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wfs-filter\demo_init.html -df apps/ms_ogc_workshop/client\wfs-filter\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wfs-filter\demo_init_answer.html -df apps/ms_ogc_workshop/client\wfs-filter\demo_init_answer.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wms\demo_init.html -df apps/ms_ogc_workshop/client\wms\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wms\satellite\demo_init.html -df apps/ms_ogc_workshop/client\wms\satellite\demo_init.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/client\wms\satellite\demo_init_answer.html -df apps/ms_ogc_workshop/client\wms\satellite\demo_init_answer.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/filter\index.html -df apps/ms_ogc_workshop/filter\index.html -map @osgeo4w@ "%OSGEO4W_ROOT%"
textreplace -sf apps/ms_ogc_workshop/service\index.html -df apps/ms_ogc_workshop/service\index.html -map @osgeo4w@ "%OSGEO4W_ROOT%"