--- In [email protected], "quantiworks" <quanticwo...@...> wrote: > > Is it possible to setup an edit button as Tiny Run command launcher? > For instance, if I type powerpro.hlp in the edit field, the help file is > executed, not Tiny Run. > > Also, how do I normally config an edit button? > I can put an *exec explorer * > to launch folders after submitting enter on the autocomplete dropdown, but > what if it's a file? >
Not sure I understand the question. If the edit box entry is a file name, you can "do" the entry: do(cl.GetCtrlValue(cl.getLastBar(),cl.GetLastPressed(cl.GetLastBar()))) Regards, Sheri
