context menu support, like, run in current path, the way Everything 1.5a works, example: @echo off start "" "C:\Program Files\Everything 1.5a\Everything.exe" -path "%1" exit it runs where the .bat file is.
context menu support, like, run in current path, the way Everything 1.5a works, example:
@echo off
start "" "C:\Program Files\Everything 1.5a\Everything.exe" -path "%1"
exit
it runs where the .bat file is.