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