| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bin2hex.exe | 2013-03-30 | 18.4 kB | |
| bin2hex.pas | 2013-03-30 | 3.9 kB | |
| readme | 2013-03-30 | 259 Bytes | |
| Totals: 3 Items | 22.6 kB | 25 | |
if paramcount<>2 then
begin
writeln('Bin2Hex CLI v. 0.1b');
writeln;
writeln('Converts binary file (base 256) into text (base 16) or vise versa (autodetect)');
writeln;
writeln('Usage: bin2hex file1 file2');
halt(1);
end;