@echo off
if "%1" == ""  goto err1
docpmap /br /f:%1
goto end
:err1
echo Usage: getmimg Image_File
:end
