@echo off if *%1==* goto usage set id='$Id: j2h.bat 668 2011-11-29 19:38:59Z owen $'; echo Processing %1 j2h.pl <%1.js >%1.hex type %1.hex goto cleanup :usage echo usage: j2h file goto end :cleanup :end