新增網路位置的批次檔該如何打??

young122333

高級會員
已加入
8/30/05
訊息
783
互動分數
10
點數
18
Deal all,

新增網路磁碟機的批次檔是下面這樣
net use X: \\192.168.1.2\Pubile\ /USER:home 1234
rem net use X: /DELETE
net use Z: \\192.168.1.2\Private\ /USER:home 1234
rem net use Z: /DELETE


但我今天有個webdisk位置是
http://ooooxxxx.com.tw/Pubile/
http://ooooxxxx.com.tw/Private/


請問我該如何打批次檔 謝謝