On Sat, Mar 21, 2015 at 11:02 AM, Matt Wilkie <[email protected]> wrote:

>     %~d0\apps\PyScripter\PyScripter.exe %*
> --pythondllpath=%osgeo4w_root%\bin
>

Use this instead to avoid blocking the calling shell:

    start /b "Pyscripter" cmd.exe /c %~d0\apps\PyScripter\PyScripter.exe %*
--pythondllpath=%osgeo4w_root%\bin
_______________________________________________
osgeo4w-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev

Reply via email to