Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Stormrage
  • Order by date
  1. Stormrage

    Running a BATCH file

    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"...
  2. Stormrage

    Script not writing to file when run via Scheduled Task

    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...
  3. Stormrage

    Script not writing to file when run via Scheduled Task

    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...
  4. Stormrage

    Script not writing to file when run via Scheduled Task

    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
  5. Stormrage

    Script not writing to file when run via Scheduled Task

    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...
  6. Stormrage

    Script not writing to file when run via Scheduled Task

    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 =...
  7. Stormrage

    Script not writing to file when run via Scheduled Task

    Hi Mark What do you mean by AT? Thanks STORMRAGE
  8. Stormrage

    Script not writing to file when run via Scheduled Task

    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...
  9. Stormrage

    Script not writing to file when run via Scheduled Task

    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...
  10. Stormrage

    Script not writing to file when run via Scheduled Task

    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 =...
  11. Stormrage

    Thank you to Jame3838 For helping out On Exchange 5.5

    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...

Part and Inventory Search

Back
Top