By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Don't ask here - it's like asking Rolls Royce if anybody else has a car as nice as theirs!Is there a DOS command that will do a hex dump of a file?
Something like Take Command's LIST /X
for people who don't have Take Command?
Is there a DOS command that will do a hex dump of a file? Something like Take Command's LIST /X for people who don't have Take Command?
Not included with Windows? The DOS command debug is part of the default Windows install at %windir%\system32\debug.exe and it does primitive hex dumps via the "d" (dump) command.
Interestingly, the version of debug.exe included with Windows 7...
If it is indeed a DOS executable, then it won't be included with x64 Windows. 64-bit Windows no longer supports DOS binaries.
Not included with Windows? The DOS command debug is part of the default Windows install at %windir%\system32\debug.exe and it does primitive hex dumps via the "d" (dump) command.