can any one give the correct syntax for HEX2BIN CONVERSION. I refered in the website it is not clear and it is not working . thanks in advance
If myfile.hex has gaps and I want to keep the gaps in erased state I'd fill them with FF.
Both HEX2BIN /f0xff myfile.hex and HEX2BIN /f255 myfile.hex fill the gaps with 00 and not FF as I expected.
found a better one at sourceforge.net/.../showfiles.php
But there is no "/f" option listed in the syntax for Hex2Bin - did you try "/P"...?