Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
print over printer IP Address
Name: xixi Date: June 24, 2003 at 13:32:47 Pacific OS: windows2000 CPU/Ram: 261MB RAM
Comment:
Does anyone know how to print to (or set up) a printer on Windows2000 by just knowing the Printer IP address, and also by just using VB script? I know how to do it by using Windows wizard, or how to set up network printer by knowing \\PrinterServer\PrinterName using script. But how about doing it by just knowing printer static IP address, like 129.13.114.8? I've done some search for several days, but still no clue. Does anyone have experience on this? Thanks in ahead ;-)
I believe you can substitute the IP address of the printer with the printer name. I know it works on boxes running XP Pro referencing systems, but I am not sure about printers. Wouldn't hurt to try it.
\\PrinterServer\129.13.114.8
Let me know if that works or not...
Infinite Recursion
0
Response Number 2
Name: xixi Date: June 25, 2003 at 06:27:53 Pacific
Reply:
Yeah, I tried this before, didn't work. The key point is our customers don't use printer server. If they do, that'll be simple. When they initially install printer, they don't install it to printer server and share it. So, if installed in windows wizard, they can get standard TCP/IP port, then set it up. But now I need to do it in VB .net application, don't know how to realize it by script. Anyway, thanks for your help ;-)
Summary: I have no idea how to implement a "remote shutdowner", but here are a few of my thoughts. 1. You're going to hate this, but if this is just your dad's home network, why don't you just have the hub/ro...
Summary: Thank-you Tony for the effort i do appreciate it, and i have kept the code for future use. Unfortunately i may have not made the problem clear enough. Its not the %computername% i need. There is some ...
Summary: Again, finished going over Batchfreak's script and i would have to say that is yhe one best suited for me at this time, fixed just a few errors in your script though, it exports each ping to a differe...