Wednesday, October 6, 2010

Map drive in windows by command line

สร้าง Map drive
net use x: "\\host\share name"
net use x: "\\host\share name" user:username password
ลบ Map drive
net use x: /delete
อธิบาย
  • x คือ Letter ของ drive
  • "\\host\share name" คือ ชื่อโฮสและชื่อที่ทำการแชร์
  • username password จะใส่เมื่อโฮสนั้นแชร์ไฟล์แบบให้ใส่ user และ password

เพิ่มเติม
  • ถ้า sharename มันเขียนติดกัน ไม่ต้องใส่ double quote เช่น
net use x: \\host\sharename
  • และถ้าเราคิดอาไรไม่ออกก็พิมพ์ประมาณนี้
net /?
net use /?
net help use

อ้างอิง
  • http://support.microsoft.com/kb/308582
  • http://www.tomshardware.com/forum/227864-46-command-network-drive-command-prompt
  • http://www.softwaretipsandtricks.com/forum/windows-xp/9779-how-map-network-drive-using-command-line.html
  • http://www.computing.net/answers/windows-xp/how-to-map-drive-using-command-line/99526.html
  • http://www.google.co.th/search?q=map+drive+by+command+line&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

No comments:

Post a Comment

Popular Posts