On Sat, Apr 12, 2008 at 2:04 PM, TL <[EMAIL PROTECTED]> wrote: Note: Unfortunately, the Leo.bat file leaves a dos command window > open. Just click on the windows close icon to close it. Anybody know > how to have it automatically close?
I suspect the cmd is a problem. Here is my t.bat. It executes test.leo, and closes the window immediately when I exit test.leo. cd c:\leo.repo\trunk\leo\test leo test.leo And leo.bat is simply: rem *** Global Leo *** python c:\leo.repo\trunk\leo\src\leo.py %1 %2 %3 So I know it can be done, but it may depend on xp settings. BTW, to leave the window open, just add -i to the invocation of python in leo.bat. This is my default way of invoking .leo files by double-clicking them. Edward --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
