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.
------------------------------
@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