@echo off if not "%1"=="" goto BEGIN echo FileRegistrar.bat (1999-04-15) echo http://www.anserwv.org/projects/fileregistrar/ echo. echo For each run, appends the output to FileRegistrar.out. echo Specify the target source file or directory as the argument. echo Use the +r option as the optional 2nd argument for recursive echo sub-directory traversal. echo. echo Example: FileRegistrar.bat C:\images +r goto DONE :BEGIN java -jar FileRegistrar.jar +v %1 %2 FileRegistrar.out :DONE REM