Windows Printer and Fax Program

  • Thread starter Thread starter Guest
  • Start date Start date
The Picture and Fax Viewer is actually a .DLL file that's launched by
rundll32.exe. The full command for launching it is:

"rundll32.exe <drive>:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1"

Hal
--
Hal Hostetler, CPBE -- (e-mail address removed)
Senior Engineer/MIS -- MS MVP-DTS -- WA7BGX
http://www.kvoa.com -- "When News breaks, we fix it!"
KVOA Television, Tucson, AZ. NBC Channel 4
Still Cadillacin' - www.badnewsbluesband.com
 
I dont understand the need for this as it is available in windows by itself.
If you really want to extract it, trying coping rundll32.exe & shimgvw.dll
from <windir>\system32
directory and run something like this

rundll32.exe shimgvw.dll,ImageView_Fullscreen c:\temp\test.tif

Note it is very syntactically sensitive, and you need to get it correct.

--
R. Sridharan [MSFT]
Microsoft Printing, Imaging and Fax Team

This posting is provided "AS IS" with no warranties, and confers no rights.

Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
Back
Top