View Single Post
  #143  
Old 06-20-2020, 11:16 PM
phr0stbyt3 phr0stbyt3 is offline
Orc


Join Date: May 2011
Posts: 34
Default

Quote:
Originally Posted by Buttermilk [You must be logged in to view images. Log in or Register.]
For some reason when I run the BAT it gives me an empty EQlite folder. The titanium install directory is correct but I still get an empty folder.
Script is working for me. Don't forget that you will have to add another line under "cd" if the source path is on a different drive than your OS. Here's my config for my games drive (L drive) with OS on C:

Code:
cd\

REM ************
REM CHANGE THE "eqlite_dir" DIRECTORY BELOW IF YOU WANT TO INSTALL EQLite to a DIFFERENT DIRECTORY (i.e. C:\EQLite)
REM ************

set eqlite_dir=L:\EQLite
mkdir "%eqlite_dir%"

REM ************
REM CHANGE THE DIRECTORY BELOW TO WHERE YOU CURRENTLY HAVE EQ Titanium INSTALLED
REM ************

cd L:\Games\EverQuest
L:

REM ************
Reply With Quote