Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for _gif.bat

(view source code of _gif.bat as plain text)

  1. @ECHO OFF
  2. REM _GIF.BAT
  3. REM Create an HTML file containing all GIF files in the current directory
  4. REM Needs both  __GIF.BAT and ___GIF.BAT
  5.  
  6. REM /E:512 parameter is used to ensure sufficient environment space
  7. COMMAND /E:512 /C __GIF.BAT > _GIF.HTM 
  8.  

page last modified: 2024-04-16; loaded in 0.0177 seconds