Batch Picture 3

Picture 3

@ECHO OFF
REM PICTURE3.BAT

REM Set ECHO on, display GIF or JPG name (%1), and
REM then 1 empty line to display the PROMPT, which
REM was set by PICTURE2.BAT to display an HTML IMG tag
ECHO ON
@ECHO %1

@ECHO OFF