Hi all
I am new to this batch running stuff
i have the following batch file line
IF EXIST "C:\Program Files\Print Audit Inc\Print Audit 5\client\pa5clint.EXE" GOTO END
rem net use I: \\novaeprint\pa5networkinstall\adrollout
msiexec.exe /i pa5install.msi "/quiet /passive /qn /promprestart"...
hi Markdmac
I work in the same company as martin. The script you helped him with did work but the script i have above which i want to use to remove printers and add printers dosen't seem to work. Just says running and dosen't finish running and nothing happens to the client PC
If you could...
Hi tsuji
I ran the script with the line you said i must alter.
It sits there still saying running. I am excuting this task via a admin login of Internet explorer and the in the same window browsing to \\pcname and clicking scheduled tasks and then selecting the task i made and clicking on run...
tsuji
When i log onto the remote pc by going to the desktop and login on as the user, the old connection for the printer will still be there...not the new one
STORMRAGE
Tsuji
Try this on your computer and a remote computer.
Take the script below
Dim WSHNetwork
Set WshNetwork = CreateObject("WScript.Network")
' Section which removes the network printer
WshNetwork.RemovePrinterConnection "\\oldserver\Printer"
WshNetwork.AddWindowsPrinterConnection...
PHV
This script stuff is making me really annoyed, don't under stand why i can't run this script via scheduled task
I looked on the net to find another way and i found the WshNetwork command and have altered my script to look like this
Dim WSHNetwork
Set WshNetwork =...
Hi there everybody
Any news on this problem i am having? Please can you have a look at the code and see what i am missing
Your help would be appreciated
here is the code again
'On Error Resume Next
Dim objNetwork, remUNCPrinter,
Dim strUNCPrinter, strUNCPrinter1, strUNCPrinter2, WSHNetwork...
Hi there PHV
Internet Explorer 6 is installed on everybody's PC on the network and domain admins are part of local administrator group on individual PC's
Basically i don't want to run this from a server, i just want to run this from my XP Pro PC and schedule it to run on numerous Windows 2000...
Hi there Mark
I have seen the script above and am having a similar problem with the following script
'On Error Resume Next
Dim objNetwork, remUNCPrinter,
Dim strUNCPrinter, strUNCPrinter1, strUNCPrinter2, WSHNetwork
remuncprinter = "\\servername\Printer"
Set objNetwork =...
Hi James3838 and anybody else that can help
I did what u said james and checked for 4183 events on Exchange, I found quiet a few.....i've also just started as IT Administrator
These are some of the failed logon attempts i get
\abc
\server
\master
\webmaster (This is a current email account we...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.