General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How to create mapping drives in Windows
ECHO OFF
net use z: /delete
net use z: \\server\directory
net use y: /delete
net use y: \\server\directory
net use m: /delete
net use m: \\server\directory
if "%username%" = "tran_quang"
then net use o: \\server\Folder
end
if %member% = "it"
then net use o: \\server\Folder\Subfolder
end