Computing Staff
  • 0

Batch File Decoder

  • 0

How do you make a batch file decode a certain code?
I want to make a program that will decode cipher and display the text after the user types it in.

Share

1 Answer

  1. I supose that you could do a simple charactor substution
    there really is not anything built in.

    have the system take in text and parse it into variables, and then change to a different charactor and send it back into a text file. but its gonna be a long program

    • 0