In the top of the Leo source tree, "create-leobat.bat":
{{{
 -=[create-leobat.bat]=-

 Create batch files to launch Leo Editor that can be
 placed and run from anywhere on this machine.

 and optionally register filetype with windows

 Usage:
       create-leobat "c:\path\to\python.exe"
       create-leobat "c:\path\to\python.exe" register

}}}

Expected to be used when installing from source or a nightly zipball (not
needed when using the standard Windows installer). It needs to live in the
same folder as "launchLeo.py".

This is more straightforward and less bug pront than the Leo scripts for
doing the same (under .../leo/scripts) because there is no logic for a)
determining python.exe path, and b) elevating the python process to admin
privileges.

However this means it's up to the user to figure out those two things. So
it's not necessarily a candidate for the install docs, but should be
documented somewhere. I'm just not sure where.

-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to