Demetris, 19.08.2006 19:10:
On 8/18/06, Frank Wunderlich <[EMAIL PROTECTED]> wrote:
i know how to create batch-files, but i need to say scite that i should
use its directory as %USERPROFILE%. elsewhere it tries to read

set SciTE_HOME=.
start SciTE.exe

This is from Neil's reply to a question I asked some time ago. If the
batch file is not in the same dir as the exe, the paths can be
adjusted. E.g.,

set SciTE_HOME=.\Apps\SciTE
start .\Apps\SciTE\SciTE.exe


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

Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to