JPEG
Steve,
>>Note that the order of the redirection in CJPEG and DJPEG is
important: It must occur before the other parameter for it to run
properly.<<
Actually that's not quite true. "CJPEG image.ppm >image.jpg" works just
the same as "CJPEG >image.jpg image.ppm". At least this is the case with
WShell and the 2.0 Shell. As I recall, tho, the 1.3x Shell/CLI was fussier
about such things. The important part is putting the redirection operator
before the destination file (image.jpg in this case).
Geez, I actually hate nitpicking! <grin>
-Dave-