View Single Post
  #129  
Old 01-02-2017, 11:19 AM
brknglss brknglss is offline
Aviak


Join Date: Jul 2016
Posts: 86
Default

Maybe someone can provide some insight:

I'm trying to get this to work, but I'm on a mac running eq through wineskin.

Since my actual path is

macintoshHD>users>me>desktop>eq>contents>resources >drive_c>Program Files>Sony<EverQuest

I've dropped the .bat file into drive_c

Now I open up my terminal, navigate to the drive_c and try ./eqlite.bat and I'm stuck

It won't copy everything as it's not recognizing the path specified in the .bat file which looks like this:

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c:\Program Files\Sony\EverQuest

I've also tried

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd drive_c\Program Files\Sony\EverQuest

cd\
set eqlite_dir=c:\EQLite
mkdir "%eqlite_dir%"
cd c:\Program Files\Sony\EverQuest

with no luck, any ideas?
Reply With Quote