I like the new custom toolbar buttons and want to make one that launches the currently selected file in the list view into Excel. This is my 'solution':
Code: Select all
::run '"C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" <curitem>';This tells me that XY must be passing through the literal text "curitem" rather than the path of the current item in its command line to Excel! However, I'm a script newbie, so possibly I'm misunderstanding something along the line and am hoping for some enlightenment! Thanks.
Pete
XYplorer Beta Club