Pages

Wednesday, October 16, 2013


Map Drive Disconnect and Reconnect Batch file:-
-------------------------------------------------

@echo off
net use * /del /yes

@echo Drive name
net use Y: \\10.0.0.1

pause

Copy it in notepad and save as .bat file.

No comments:

Post a Comment