@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