Code:
I made this batch file and figured I would share it. I found it usefull and I hope you all will too.
It allows you to run EQPlayNice and SoD with one shortcut.
Here's what to do: (this should work for 2k/XP/Vista)
-After installing Game and SoD extract EQPlayNice into your the Game folder
-copy the text below into a text file named run_SoD.txt
[code]
:: -=- EQplayNice and EQ_SoD -=- by Cricket
echo off
:: clear the screen
cls
:: store the current directory
pushd .
echo .:Shards of Dalaya:.
echo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
echo.
echo - Running EQPlayNice
cd c:\the Game
start EQPlayNiceInj.exe
echo - Running SoD
start sodpatcher.exe
echo.
echo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
popd
pause
-rename the file to run_SoD.bat (you may have to open a folder and go to tools>folder options and uncheck 'hide known file extensions' to see the extension)
-right click the file and select 'copy'
-right click on your desktop and click 'paste shortcut'
-right click the shortcut and select 'properties'
-select 'change icon'
-browse to where the Game.exe is (in your the Game folder) and select 'the Game.exe' (that should change the icon to the 'Game' logo)
-enjoy the ability to run SoD and EQPlayNice with one shortcut
also you can highlight the icon and press F2 to rename it (or right click it and select 'rename') to change the icon name to whatever the heck you want.
let me know if there're any problems.[/code]