mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
485 B
13 lines
485 B
@if "%1"=="" goto Usage
|
|
|
|
@for /F "tokens=1,2,3* delims=, " %%i in (locinfo.txt) do @call multiloc.cmd %1 %%i %%j %%k %%l daytona
|
|
@for /F "tokens=1,2,3* delims=, " %%i in (locinfo.txt) do @call multiloc.cmd %1 %%i %%j %%k %%l win9x
|
|
|
|
@for /F "tokens=1,2,3* delims=, " %%i in (locinfo.txt) do @call singleloc.cmd %1 %%i %%j %%k %%l daytona
|
|
@for /F "tokens=1,2,3* delims=, " %%i in (locinfo.txt) do @call singleloc.cmd %1 %%i %%j %%k %%l win9x
|
|
@goto End
|
|
|
|
:Usage
|
|
@echo %0 [file name]
|
|
|
|
:end
|