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 dencom 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: Andym8674
  • Content: Threads
  • Order by date
  1. Andym8674

    Printer Local port rename in registry vbs required :-)

    I’m wanting a vb that can change the local printer ports settings, if a printer is installed using a local port that points to a print server, I need to change the server name so it points to the same printer that's located on another server? registry location for the ports is...
  2. Andym8674

    File deletion from specific folders runs with no errors but doesnt delete.

    hello, the below script runs and doesn't output any errors but its doesn't delete the files. just wondering if anyone could help with this please :-) dim fso, fldr, x set fso = createobject("scripting.filesystemobject") set fldr = fso.getfolder("C:\FTPdata") for each x in fldr.files if...

Part and Inventory Search

Back
Top