View Single Post
  #5  
Old 05-09-2015, 10:03 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Your path is wrong.

In your system path there should be a semicolon separating these two

What you have:
Code:
Path = C:\Program Files\TortoiseSVN\bin\C:\Program Files\MariaDB 10.0\bi
What is should be

Code:
Path = C:\Program Files\TortoiseSVN\bin\;C:\Program Files\MariaDB 10.0\bin
http://www.eqemulator.org/forums/sho...4&postcount=13

And stop spamming please.

Run script again afterwards.
Reply With Quote