Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Netzlaufwerk verbinden
SUBMITTED BY:
Guest
DATE:
July 8, 2013, 8:43 p.m.
FORMAT:
Text only
SIZE:
608 Bytes
Raw
Download
Tweet
HITS:
1235
Go to comments
Report
On Error Resume Next
'Netlaufwerk verbinden
Set net = CreateObject("WScript.Network")
net.MapNetworkDrive "X:", "\\172.16.0.12\Exchange", false, "bgc\bgcr", "read"
'Desktop Verknüpfung erstellen
Dim FileName
FileName = "Netzlaufwerk Exchange"
Set shortcut = CreateObject("WScript.Shell").CreateShortcut(CreateObject("WScript.Shell").SpecialFolders("Desktop") & + "\" + FileName + ".lnk")
shortcut.Description = "172.16.0.12\Exchange"
shortcut.TargetPath = "X:\"
shortcut.Arguments = "/Arguments:Shortcut"
shortcut.Save
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus