Batch Pictures List

Pictures List

@ECHO OFF
REM PICTURES.BAT
REM Create an HTML file containing all GIF
REM and JPG files in the current directory
REM Needs both  PICTURE2.BAT and PICTURE3.BAT

REM /E:512 parameter is used to ensure sufficient environment space
COMMAND /E:512 /C PICTURE2.BAT > PICTURES.HTM