In an attempt to automate printer setup on my network, I wrote a vbscript that did this.
I'm new to all this, and wasn't sure how to make it work.
I'm using SBS 2003 on my server.
I ended up adding the line: call "\\MCSS-SERVER\NETLOGON\printers.vbs" in my SBS_LOGON_SCRIPT.bat file. And this works.
I now have 2 questions.
1) is this the best way to do this? Is it okay that I've put this vbs file in my NETLOGON folder?
2) while I was messing around, trying to make this work - I at one point had my .vbs file named .bat and it was also sitting in the NETLOGON folder. It wasn't working then. When I reboot, I now get an application error in my event log that says: Could not execute the following script \\MCSS.local\NETLOGON\printers.bat. The system cannot find the file specified.
Why is it still looking for this file? It isn't referred to in the SBS_LOGON_SCRIPT.bat file.
Thanks!!
Amber
I'm new to all this, and wasn't sure how to make it work.
I'm using SBS 2003 on my server.
I ended up adding the line: call "\\MCSS-SERVER\NETLOGON\printers.vbs" in my SBS_LOGON_SCRIPT.bat file. And this works.
I now have 2 questions.
1) is this the best way to do this? Is it okay that I've put this vbs file in my NETLOGON folder?
2) while I was messing around, trying to make this work - I at one point had my .vbs file named .bat and it was also sitting in the NETLOGON folder. It wasn't working then. When I reboot, I now get an application error in my event log that says: Could not execute the following script \\MCSS.local\NETLOGON\printers.bat. The system cannot find the file specified.
Why is it still looking for this file? It isn't referred to in the SBS_LOGON_SCRIPT.bat file.
Thanks!!
Amber