Return first six characters of a binary file

53 Views Asked by At

I'm looking for a fast/easy way to return the first six characters of a binary file inside Windows 7. Opening the file in a hex editor to inspect the first few characters is too slow for our use.

Ideally, we'd be able to right click a file to get the first six characters OR, alternatively, be able to add a field to Windows Explorer that would show the first six characters for any file that had a particular file extension.

Any ideas?

0

There are 0 best solutions below