(view source code of pictures.bat as plain text)
@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
page last modified: 2024-04-16; loaded in 0.0177 seconds