Recent content by jon1nim

  1. J

    Mapping network drive using bat file

    even better Set oShell = Createobject("wscript.shell") <enter> Set oNet = CreateObject("Wscript.Network") <enter> oNet.MapNetworkDrive "v:", "\\name of computer\name of share", True, "username", "password" <enter> if same computer copy line to \name of share" if new computer drive type the...