3 rem =================================================================
5 rem makedata template for .mif files
8 rem copyright 2002, sony online entertainment
10 rem =================================================================
12 if "%1" == "" goto LABEL_all
15 for %x in (%1) do (gosub LABEL_process)
19 for %x in (*.mif) do (gosub LABEL_process)
24 set OUTPATH=%@REPLACE[dsrc,data,%@PATH[%INFILE]]
25 set OUTNAME=%@NAME[%INFILE]
27 set OUTFILE=%OUTPATH%%OUTNAME.%OUTEXT
29 rem -- make sure outpath exists
30 if not exist %OUTPATH md /s %OUTPATH