Re: [OT] WinXP, "open with" menu: how to ADD to it???
- Posted by David Stevenson <ff16 at m?s.net> May 24, 2008
- 638 views
Dan Moyer wrote: > > Dan Moyer wrote: > > > > If I right click on a Euphoria program, & select "open with", I see: > > EXW > > WordPad > > exwc > > Ed > > NotePad > > > > I don't know what the "exwc" is, but I'd like to ADD Judith's Editor, > > & I can't figure out HOW. I know it will be similar to "Ed", so the Exw.exe > > can run first & then run the app, but I'm not sure how I got Ed to be there > > nor how to add Editor. Any help?? > > > > Dan > > Well, never mind, I guess; I decided it would be better to try to put it > under "Edit With", but when I couldn't GET any "Edit With" to have multiple > options, just made an outright menu choice of "Judith's Editor", and made > that work. > > Dan Open a folder and click on tools tab. Click on folder options. Click on file types tab. Find EXW (or whichever extension you wish to add a right click item to). Click Advanced button. Click New. For action put in "JudyEdit" For application put in a string similar to
C:\EUPHORIA\BIN\ED.BAT "%1" }}} <eucode>
Not in a very intuitive place, is it? }}}