I've been going off my head for the last couple days trying to figure out away to turn my batch install file to one EXE file. Heres what i have thus far
@ECHO OFF
ECHO Treign's Batch Installer Program
ECHO.
ECHO Please Make sure these files
ECHO.
ECHO RGSS100J.dll
ECHO RGSS100J.dll
ECHO RGSS102J.dll
ECHO Are in the Directory with the Game.exe
PAUSE
ECHO.
ECHO Copying files to System32
PAUSE
copy RGSS100J.dll C:\Windows\System32
copy RGSS102E.dll C:\Windows\System32
copy RGSS102J.dll C:\Windows\System32
start YOURGAMENAMEHERE.exe
ECHO Program Made by Treign. Enjoy!
END.
What this does is copy the dll files to a users system32 folder. Then it runs the extrator so the game is installed. This will allow the game to be played without installing rpgmaker.
From this what i want to do is have it so we have 1 exe program with its own icon that will do the excact same thing cept its one file & own icon.
Would someone mind who as some knowledge in either C or C++ to make this happen. It would benifit the entire rpg maker community. And if i can get a grasp on the final script i would be more then happy to help others out, i just need to see what the C++ script would look like. I can then alter it or what not. just let me know which program to get for c++ and i will. Borland C++ ?