RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Need's someone to help me compile this!

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Musician & Artist
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++ ?
« Last Edit: February 12, 2008, 01:00:53 PM by Treign »
Dorman. T Reign

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
What's the real point of this? We already can make RMXP Games run without installing the RTP; so what's the point of this (maybe I'm misunderstanding you).

***
Rep:
Level 87
Musician & Artist
haha, i figured it out. Well a lot beter way. I always knew how to run the game without the install, but for people who know nothing about computers i wanted to make it install with a desktop icon the whole nine yards as one would say with just the press of the button! And i did it after brain straining myself trying to learn C++. Heres how i solved it...

http://rmrk.net/index.php?topic=24738.new;topicseen#new
Dorman. T Reign

**
Rep:
Level 86
Hello their i am a batch expert i can compile this no problem but first give me a better description on how this works.
Oh and if you give me your ip i can shove you computer into oblivion.  ;D
« Last Edit: February 14, 2008, 10:59:18 PM by RPG~NOOB!!! »