I am using the below script to install a network printer. For XP, the script is working fine but when I tried to run it on a Windows 7 machine. It gives me an error. Can help to check it out? The driver is found on a network drive.
I also need this to work with only user access rights.
---Quote---
PathToDLL = "\\..\Command\PRNADMIN.DLL"
portloc = "10...."
DriverName = "FX...
↧