Is there a program or CMD command with which I can simply reverse or flip all the bytes of a file? For example if I have a text file (as a simple example) that says "Hello, world!", the program/command would flip it to say "!dlrow ,olleH".
So yeah, is there any way to do this? I'm a programmer and know that it would be trivial to write my own program for this, but I'd rather not go through the trouble if there's already something that can do it. A batch script would also be OK.