Search found 1 match

by Srekel
Thu Jun 05, 2014 8:24 pm
Forum: Support and Development
Topic: Problem with LOVE and Notepad++ [nppexec]
Replies: 9
Views: 8194

Re: Problem with LOVE and Notepad++ [nppexec]

Hi,

Had the same problem.

The batch file didn't quite work for me. Here's what I put in mine:

"C:\Program Files\LOVE\love.exe" .

I then run it like this:

cd $(CURRENT_DIRECTORY)
run.bat

If I didn't cd first it didn't work.