@@ -0,0 +1,9 @@
+@echo off
+cd %1
+if errorlevel 0 (
+FOR %%j in (*.xml) DO (
+ echo processing %%~fj
+ call ..\..\Tool\spgen.bat %%~fj
+)
+cd ..
@@ -0,0 +1,13 @@
+FOR /d %%i in (mod_*) DO (
+cd %%i
+echo %%j
+Rem echo processing %%~fj
+Rem call ..\..\Tool\spgen.bat %%~fj
+cd..
+