@echo off
@rem  Command script to install RTRADMIN files on a non-router
@rem
@echo.
@echo This command file copies the files necessary to run MPRADMIN 
@echo on a NT machine to adminster a remote router. 
@echo.
@pause
@echo.

if %1"help"=="help" goto Usage
if %2"help"=="help" goto Usage

for %%i in ( mpradmin.exe mpradmin.hlp mpradmin.cnt ipadmin.dll ipxadmin.dll ddmadmin.dll ifadmin.dll mprfiltr.dll mprapi.dll rasrpc_c.dll rasdlg.dll rasapi32.dll rasfil32.dll rasscrpt.dll ) do @echo. Copying %1\%%i to %2 && copy %1\%%i %2
@echo.

goto end

:Usage
@echo.
@echo Please specify the source and destination directories
@echo.
@echo Example: %0 d:\i386 %windir%\system32\
@echo.
:end
