Mar 07
MAP yollarını ve uygun sürücü harflerini verdikten sonra kullanabiliriz.
Option Explicit
Dim objNetwork, strRemotePath1, strRemotePath2, strRemotePath3
Dim strDriveLetter1, strDriveLetter2, strDriveLetter3 strDriveLetter1 = "M:"
strDriveLetter2 = "P:"
strDriveLetter3 = "S:"
strRemotePath1 = "\\FileServer\Ortak"
strRemotePath2 = "\\PServer\Raporlar"
strRemotePath3 = "\\F-Server\CP"
Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive strDriveLetter1, strRemotePath1
objNetwork.MapNetworkDrive strDriveLetter2, strRemotePath2
objNetwork.MapNetworkDrive strDriveLetter3, strRemotePath3










March 12th, 2008 at 12:44
yararlı script.elinize sağlık.
December 1st, 2008 at 17:45
güzel bir script yanlız bir sorum olacak map edeline sunucu kull. adı ve sifre istiyorsa surekli nasil yapmamız lazım
December 1st, 2008 at 18:00
Sanırım workgroup olarak çalışıyorsunuz. Client üzerindeki kullanıcı adı ve şifrenin aynısını server üzerinde de aynı şekilde yaratın.
May 28th, 2009 at 10:26
bu script kodu hangi dile ait?
May 28th, 2009 at 10:29
Bu bir Visual Basic Script