echo off echo Display Instructions: echo. echo 1) In BLPM echo 2) On the Port using TYPE echo 3) On the PC using TYPE echo 4) On the printer echo Press 1,2,3 or 4. ESC cancels input "1234" if errorlevel 5 goto end if errorlevel 4 goto printer if errorlevel 3 goto pc if errorlevel 2 goto port blpm blpm.doc goto end :port type blpm.doc /p goto end :pc type blpm.doc | more goto end :printer copy blpm.doc prn :end