User`s manual

goto :enbat
:syssner
echo There is a disk system error
echo or a syntatical error.
echo Example, PGMX cannot find the file
echo you specified or
echo you are trying to use a command
echo that does not exist
echo or if you are reading a file
echo maybe the disk is full!
goto :enbat
:abort
echo Someone typed a control C while the file
echo was transferring. The program has been aborted.
goto :enbat
:badpart
echo The Eprom programmer issued an error
echo such as *WP or *NE or *DT or
echo any other error which it might issue.
echo In any case you should reject
echo this part.
:enbat 1
echo done
The above batch file will allow you to automatically program an eprom
and abort if there are any problems. Add to it any other commands or
programs nececssary for your specific application.
Other programs available:
STOHEX.COM and GHEX.COM
See Chapter 9.
Model 9000 Commands Chapter 9
Page 45