Frank Wunderlich:
this work only if i post no arguments to scite...
@echo off
set SciTE_HOME=.
start SciTE.exe %1
if i start the bat directly, it works (loading my sciteuser from
scite's-directory), but if drag a file on the bat scite loads the file
but not my config
If SciTE is installed into the "SciTE" directory underneath the
batch file then this should work:
@echo off
set USERPROFILE=%~dp0\SciTE
start %USERPROFILE%\SciTE.exe %*
Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest