msmart
Print Addict
- Joined
- Apr 23, 2009
- Messages
- 279
- Reaction score
- 55
- Points
- 168
- Location
- Arizona, USA
- Printer Model
- Canon iP4500
I just found this, THANKS. Here's what I did to know what was needed to create the batch file in step 7 above.
1) type "hostname" in the cmd prompt - for me "Computer1"
2) type "net view \\Computer1" to get shared printer name - for me "CanoniP4500"
To wit, my batch file is:
net use LPT3: \\Computer1\CanoniP4500
copy /b IP4500.SPL LPT3
net use LPT3: /delete
crenedecotret, thanks for doing this.
1) type "hostname" in the cmd prompt - for me "Computer1"
2) type "net view \\Computer1" to get shared printer name - for me "CanoniP4500"
To wit, my batch file is:
net use LPT3: \\Computer1\CanoniP4500
copy /b IP4500.SPL LPT3
net use LPT3: /delete
crenedecotret, thanks for doing this.