Flush the NetBIOS cache through a batch file :-
----------------------------------------------
@echo off
echo Flush the NetBIOS cache
nbtstat -R
pause
Copy it in notepad and save as .bat file
----------------------------------------------
@echo off
echo Flush the NetBIOS cache
nbtstat -R
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment