Actually /t would be print To
--
----------------------------------------------------------
http://www.uscricket.com
"David Candy" <.> wrote in message Printing involves two things. A printer and a program to print. Most programs adhere to the /p standard and register a drag drop printing command line (EG Acrobat "C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" /t "%1" "%2" "%3" "%4")
It appears adobe didn't read the specs (and prefer /t for prinT rather than /p for Print)
%1 represents the file name and %2 the printer name. You can ignore %3 and %4 for Windows 95 and later systems. For Windows 3.1 systems, %3 represents the driver name and %4 the port name. Unlike most similar arguments, the %3 and %4 arguments of printto should not be enclosed in quotation marks.
So it depends on how that user configured that system.
It also appears MS didn't read their own specs either
"C:\Program Files\Common Files\Microsoft Shared\PhotoEd\PHOTOED.EXE" /pt "%1" "%2" "%3" "%4"
They like qouting the %3 and %4.
Photoed shows no ui when printing via Drag n Drop. But does if one r/c and choose print.