You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built the following menu to consolidate the deletion functions. It works well, but only if a single file is selected for deletion. Would it be possible to make it work when multiple files are selected? The menu I added as "cerca.nss" into imports folder is:
menu(title='Cerca' type='dir|drive' image='C:\Program Files\Everything\Everything.exe')
{
modify(find='Cerca con Everything' menu='Cerca')
modify(find='Search with SeekFast' menu='Cerca')
item(title='GrepWin' image='C:\PNI\grepWin (cerca dentro file)\grepWin port.exe' cmd='C:\PNI\grepWin (cerca dentro file)\grepWin port.exe')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I built the following menu to consolidate the deletion functions. It works well, but only if a single file is selected for deletion. Would it be possible to make it work when multiple files are selected? The menu I added as "cerca.nss" into imports folder is:
menu(title='Cerca' type='dir|drive' image='C:\Program Files\Everything\Everything.exe')
{
modify(find='Cerca con Everything' menu='Cerca')
modify(find='Search with SeekFast' menu='Cerca')
item(title='GrepWin' image='C:\PNI\grepWin (cerca dentro file)\grepWin port.exe' cmd='C:\PNI\grepWin (cerca dentro file)\grepWin port.exe')
}
Thanks a lot in advance for your answers.
Beta Was this translation helpful? Give feedback.
All reactions