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 Mike Lewis 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: *

  1. kntvsns

    Printing image files to specified printer

    Actually, I just found this and you don't need the module for it: ParamForApp = " /C lpr -S (printer IP Address) -P raw -o i " & Sourcename AppToRun = "C:\WINNT\System32\CMD.exe" x = Shell(AppToRun & ParamForApp, vbHide) The sourcename is just the name of the file...in my...
  2. kntvsns

    Printing image files to specified printer

    I have inherited a program from a Senior program that I think does what you want to do??? Here goes: AppToRun = "C:\WINNT\System32\CMD.exe" '//set Command Line Parameters '//The "/C" Tells Windows to Run The Command then terminate '//The Command Line (CMD.exe)...

Part and Inventory Search

Back
Top