Hi Terry,
Inspired by the recent problem Nils reported with the 4.10 final installer,
I've built a batch file to make running the development snapshots a little
easier, attached. Here is the header:
{{{
@echo
:: A batch file which generates other batch files to run the Leo Editor,
:: adapted for the local machine. Optionally, it will also set the Windows
:: filetype and association so .leo files can be opened from Explorer.
::
:: It needs to live in the same folder as "launchLeo.py"
::
:: Open Source X/MIT License
:: initial version * 2012-Dec-13 * matt wilkie <[email protected]>
}}}
Feel free to use, modify or discard as you see fit.
Although it can register the filetype and association, removing them is
left as an exercise for the reader (`assoc /? && ftype /?`); maybe later.
;-)
cheers,
-matt
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.