Hiya all,
I am following the EQEmulator PDF guide, and am at the step where you have to enter the following in the cmd window:
create database peq;
\u peq
source load_player.sql
My problem is, after typing source load_player.sql, I get the error mesage:
ERROR:
Failed to open file 'load_player.sql' , error; 2
I am confused about this, because there is no mention of a file load_player.sql anywhere priviously to this step.
Any help would be appreciated