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.
Batch File Decoder
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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