On Wed, Oct 26, 2011 at 7:16 AM, mdb <[email protected]> wrote: > Try this > > Create a batch file
Thanks for these instructions. They are basically what I do. However, I use %* instead of %1 in the batch file. I put all such .bat files in either c:\scripts or c:\bin, depending on whether the batch file launches an "app" (c:\bin) or does something else (c:\scripts) This allow the system PATH variable to remain unchanged. And btw, some of this has been covered in Leo's users guide: http://webpages.charter.net/edreamleo/installing.html#running-leo 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.
