Code: Select all
[16 BIT]
jmp $
times 512-($-$$)-2 db 0
dw 0AA55h
the only problem is that rawrite works only for floppys , and partcopy doesn't want to write to the drive ... (windows doesn't let it)
anyone know how i can solve this?
thank you in advance
edit:
i tried
partcopy bootsec.bin 0 200 -aG
(g is the usb stick drive letter) and i get an error
then i tried
partcopy bootsec.bin 0 200 -h1 but it can't find it.
i'm n00b at this so please help