I am making a memory game in batch for fun and came upon a problem. I had a high score's file for player scores and no mater what file type i used it could be read and edited.
I am wondering if it is possible for a .bat file to store data within itself permanently, even after i close the program. So when open it again the data will still be there. Is this possible?
Thank-you in advance guys.