i would like to write a console program that replace some lines in a existing bin file,
the command for the program should be "xxx desire.bin startbyte endbyte value",
i.e write cmd in msdos "fillbin a.bin 100 200 255" will fill a.bin address(100-200) with FF.