Quote:
Originally Posted by allan gould
A stupid question..... How can I change an ini file without changing the file extension?
When I do it in notepad it comes out as XXX.ini.txt and of course is not seen as the ini file.
Help?
|
First change the name of the original file to xxx.old;
THEN and only then, copy it and rename it xxx.ini;
THEN edit it as you want; and
Finally save it as xxx.ini
If you stuff up, you can always delete your attempt and then rename the xxx.old back to xxx.ini.
Peter