(view source code of _gif.bat as plain text)
@ECHO OFF
REM _GIF.BAT
REM Create an HTML file containing all GIF files in the current directory
REM Needs both __GIF.BAT and ___GIF.BAT
REM /E:512 parameter is used to ensure sufficient environment space
COMMAND /E:512 /C __GIF.BAT > _GIF.HTM
page last modified: 2024-04-16; loaded in 0.0083 seconds