'bootwriterx.com'
'bw0.com','bw81h.com','bootwriter.com',
this program simply copy the file 'bootpm.bin' to the boot sector and following.
maximum size of file 'bootpm.inc' is 64Kbytes, 128 sectors.
the file is selected by hexadecimal edition of the string 
db 'bootpm.bin',0
the drive is selected by hexadecimal editing the last byte of the bwx.com file.
disk:
.drive db 00h ; value for floppy BIOS A:/
;.drive db 81h ; value for BIOS D:/
;.drive db 83h ; value for the BIOS F:/ usb pen
this last byte is the destination BIOS drive. work on win9x.
returns a message, 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
'error' 

if an error occurs
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
'bootwriter version 0.4 .'
'     write of file bootpm.bin on hard drive 81h ok .'
'     xxxx bytes ok .'

if file is writen.





































































































































































































































