<div dir="ltr">Yep - 1.23.1 had the fix. Thanks Matthew!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 16, 2013 at 11:40 PM, Matthew Brush <span dir="ltr"><<a href="mailto:mbrush@codebrainz.ca" target="_blank">mbrush@codebrainz.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On <a href="tel:13-10-16%2010" value="+13101610" target="_blank">13-10-16 10</a>:34 AM, Nick Sartor wrote:<br>

</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all. I'm having a bit of an issue launching geany from the command line<br>
in windows.<br>
The issue is when I launch Geany from 1 dir to open a file in another dir.<br>
For example, if I'm in c:\foo\bar\some\path\ and I want to open file<br>
c:\foo\bar\file.txt I would type:<br>
<br>
"c:\Program Files (x86)\Geany\bin\Geany.exe" ..\..\file.txt<br>
<br>
it creates a new file instead c:\file.txt for some reason.<br>
"c:\Program Files (x86)\Geany\bin\Geany.exe" c:\foo\bar\file.txt<br>
works fine.<br>
<br>
Here's the batch file I use for notepad++ that I modified for geany, but it<br>
gives the same issue:<br>
<br>
@echo off<br>
REM calls geany with file to open from command line<br>
<br>
if "%~1"=="" (<br>
     start /I /B "" "C:\Program Files (x86)\geany\bin\geany.exe"<br>
     ) ELSE (<br>
     start /I /B "" """C:\Program Files (x86)\Geany\bin\geany.exe" %1<br>
     )<br>
<br>
any one have any ideas?<br>
<br>
</blockquote>
<br></div></div>
Actually, it sounds kind of like the bug that this fix resolved:<br>
<br>
<a href="https://github.com/geany/geany/commit/eea7ffbff0c5bf14a9662483d989c4213f1392f7" target="_blank">https://github.com/geany/<u></u>geany/commit/<u></u>eea7ffbff0c5bf14a9662483d989c4<u></u>213f1392f7</a><br>
<br>
If you aren't using Geany 1.23.1 release, you should try that.<div class="HOEnZb"><div class="h5"><br>
<br>
Cheers,<br>
Matthew Brush<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>