Hello, I made a small launcher for minetest in DOS command, soon there will be a configuration page in the configuration file.
For now, it's just useful for installation.
Download v0.1
http://www.mediafire.com/?573prbhx2u9gskt
--------------------
Code source :
echo Hello, to install minetest-c55, press a button!
pause
minetest.exe
xcopy C:\minetest-temp-install %appdata%\.minetest-c55\
xcopy C:\minetest-temp-install\bin %appdata%\.minetest-c55\bin\
xcopy C:\minetest-temp-install\data %appdata%\.minetest-c55\data\
xcopy C:\minetest-temp-install\doc %appdata%\.minetest-c55\doc\
xcopy %appdata%\.minetest-c55\minetest.ink %DESKTOP%\
xcopy %appdata%\.minetest-c55\minetest-folder.ink %DESKTOP%\
echo You will configure your configuration file with this page, to continue pressing a button!
%appdata%\.minetest-c55\config\index.html
echo Thank you, to have used the launcher to install hmsintrepide minetest-c55, good game
pause
echo To start the game press a key or else close this window.
%appdata%\.minetest-c55\bin\minetest.exe
--------------------
The first is a compressed file minetest.exe with minetest inside compiller with nsis.