This is a script I use to make sure my WRFiles is the most current with the least work. It only will d/l and install if the online file is newer.
#!/bin/sh
cd ~/TransGaming_Drive/Games/Everquest/
wget -N -a=wr-file.log http://www.wintersroar.com/files/WRFiles.zip
unzip -fo WRFiles.zip
winex3 eqgame.exe patchme
Adjust the path to match your installation and create the file wr-file.log with touch or remove that option if you don't want a logfile
If you want backup copies of the original files do it before running this script.
Xorik
#!/bin/sh
cd ~/TransGaming_Drive/Games/Everquest/
wget -N -a=wr-file.log http://www.wintersroar.com/files/WRFiles.zip
unzip -fo WRFiles.zip
winex3 eqgame.exe patchme
Adjust the path to match your installation and create the file wr-file.log with touch or remove that option if you don't want a logfile
If you want backup copies of the original files do it before running this script.
Xorik