@echo off
:run
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\vicp.cfg 3389.cfg
net start 3389
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\gnway.cfg 3389.cfg
net start 3389
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\3322.cfg 3389.cfg
net start 3389
:time
ping 127.0.1 /n 10>nul
goto run
:run
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\vicp.cfg 3389.cfg
net start 3389
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\gnway.cfg 3389.cfg
net start 3389
ping -n 5 -l 1 192.168.0.242>nul
if %ERRORLEVEL%==0 goto time
net stop 3389
copy netcfg\3322.cfg 3389.cfg
net start 3389
:time
ping 127.0.1 /n 10>nul
goto run


