Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello! In my rpg i have a save method that saves variables into text files and pull the variable out later on. Is it possible instead of using user editable text files to use uneditable .dll files. I dont want to try because it takes much work to change all my save information and i want to be sure first. Can someone help?
__________________________________________________________________________________
Remember "help"!
Posted
Comments
Sergey Alexandrovich Kryukov 12-Nov-12 23:27pm    
First note: in modern versions of Windows, there is no such things as DOS. Batch files are hosted by a regular Windows protected-mode process. Using uneditable DLL files? Of course, but it makes batch programming totally redundant. You can create your own script host, or, better yet, just migrate to programming instead of scripting. For further talks, you need to tell us your preferred platform, language and other relevant detail. Don't forget to tell us what is your goal.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900