rem bat file exercise JDisplay displayer
@echo off
::colon style comment

for %i in (*.java) do C:\sys\blout.exe "%i"
java  com.mindprod.untouch.Untouch .
if ERRORLEVEL 3 goto done
set classpath = C:\;E:\;.
:done
rem unterminated quote
call this "a parm
for %i in (*.*) do rename %i %@UPPER[%i]
rem -30-