Take arg specifying msdos or winnt batch file config.
From-SVN: r9005
This commit is contained in:
parent
3c76970537
commit
1f12ca9d5b
@ -1,2 +1,15 @@
|
||||
@echo off
|
||||
config\msdos\configure %1 %2 %3 %4
|
||||
@echo off
|
||||
if %1.==msdos. goto call_msdos
|
||||
if %1.==winnt. goto call_winnt
|
||||
echo Usage: configure msdos or configure winnt
|
||||
goto END
|
||||
|
||||
:call_msdos
|
||||
call config\msdos\configure %1 %2 %3 %4
|
||||
goto END
|
||||
|
||||
:call_winnt
|
||||
call config\i386\config-nt %1 %2 %3 %4
|
||||
goto END
|
||||
|
||||
:END
|
||||
|
Loading…
Reference in New Issue
Block a user