Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for pictures.bat

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

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

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