Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for picture3.bat

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

  1. @ECHO OFF
  2. REM PICTURE3.BAT
  3.  
  4. REM Set ECHO on, display GIF or JPG name (%1), and
  5. REM then 1 empty line to display the PROMPT, which
  6. REM was set by PICTURE2.BAT to display an HTML IMG tag
  7. ECHO ON
  8. @ECHO %1
  9.  
  10. @ECHO OFF
  11.  

page last modified: 2024-02-26; loaded in 0.0169 seconds