2
I am making a batch program that will create a .ini
settings file after execution. I want the name of the settings file (excluding the extension) to be drawn from the scripts file name, so if it is changed, the settings name will change to mirror it upon it's creation. I have used programs like HxD that can do this, but I have no idea how. Is there a variable, or wildcard that can be used to do this?
I have analyzed some programs that do this, but some seem to use different values/methods. One of these programs used %d.ini
.
Would this possibly work if I convert the script to an
EXE
binary? I am debating doing this after compiling everything? – Mr. Mendelli – 2017-07-27T10:53:19.587@Mr.Mendelli No idea. Try it and see. – DavidPostill – 2017-07-27T10:54:15.050
That did it! Thank you for your answer, and yes, it worked after the conversion. – Mr. Mendelli – 2017-07-27T10:57:32.443