RE: [Boa Constr] Windows SendTo
Status: Beta
Brought to you by:
riaan
From: Patrick K. O'B. <po...@or...> - 2001-06-14 14:58:54
|
Excellent. I forgot about that approach. Works like a charm, though I did have to change things for my setup. I used: c:\python21\python.exe C:\Python21\Boa-0.0.5\Boa.py Which now has me wondering whether having the Boa version number in the directory name is going to be more trouble than its worth. I'd be curious to know what you folks recommend. I'm pretty sure I just let the installer do its thing. But if 0.0.6 gets installed in a separate directory then all my links and shortcuts will still be pointing to 0.0.5. I guess you could call it a feature or a hassle, depending on how you look at it. But I'm starting to think it might be a hassle. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: Riaan Booysen [mailto:riaan@e.co.za] Sent: Thursday, June 14, 2001 9:26 AM To: po...@or... Cc: Boa Constructor Users Subject: Re: [Boa Constr] Windows SendTo Hi Patrick, "Patrick K. O'Brien" wrote: > > I'd like to be able to add boa to my SendTo list under windows so I can > right click on a .py file, select SendTo, Boa and have Boa open the file up > in its editor window. I can add notepad, excel, PFE and so forth to my > SendTo list but I can't get it to work with Boa. Is this possible? I can't get it going either. I think the problem is the limited way that SendTo works. Seems it can only handle executables. Another alternative is to define an action associated with .py files; On a folder choose View->Options->File Types or Tools->Folder Options->File Types Select Python File in the list (if you have win32all installed) otherwise a add a new type with extension .py Now add an action to the type called 'Edit in Boa' and as application add e.g. c:\python20\python.exe c:\python20\tools\boa\boa.py Now you'll have it as an option if you right click on .py files. |