I created the following batch file and assiged it the ".leo" extension to launch Leo from the file explorer with the qt interface:
@echo off rem This file assigned as file to launch when Leo file is double clicked. rem Change to directory containing branch cd c:\Leo\%Leo_Branch% Pythonw leo\core\runLeo.py --gui=qt %1 > TLeoLog.txt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
