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 ************