ES 11031 broke my SS.BAT - Error: 7, & I'm not sure why?
I'm getting (from the .bat file):
ESC=Quit; Up,Down,Left,Right,Page Up,Page Down,Home,End=ScrollError 7: Unable to
send IPC message or bad IPC reply.
or, from command line:
C:\out>es.ex2 -instance 15 -pause -path . bulkren
Error 7: Unable to send IPC message or bad IPC reply.
Below, ex.ex2 IS ex.exe.
My other, regularly used batch file seems to be working just fine?
I'm getting (from the .bat file):
ESC=Quit; Up,Down,Left,Right,Page Up,Page Down,Home,End=ScrollError 7: Unable to
send IPC message or bad IPC reply.
or, from command line:
C:\out>es.ex2 -instance 15 -pause -path . bulkren
Error 7: Unable to send IPC message or bad IPC reply.
Below, ex.ex2 IS ex.exe.
Code:
:: SS.BAT SjB 02-25-2024 .. 2001:: Search Current Directory@echo off:: check for K: drive, a non-indexed (to Everything) drivefor %%i in (%cd%) do set VOLUME=%%~diif %VOLUME%==K: (goto searchK:):: 01-21-2025, eh i have more then "just" K-drive ;-)if %VOLUME%==O: (goto searchK:)if %VOLUME%==P: (goto searchK:):: check for Everything not running [or if in Sandboxie] (in which case ES would not find anything, Error 8 or 9)es.ex2 SS.BAT -instance 15 -no-result-error > nulif %errorlevel% NEQ 0 goto searchK:: (if NOT K:, AND, Everything is running then) search CWD using Everything Searches.ex2 -pause -sort name -highlight -path . %1 %2 %3 -instance 15goto end::: search K: drive, using DIR:searchK@cmd /c @dir /a /b /p /o:n /s *%1* %2 %3:end:: \bin\old\SS_old.bat *%1*My other, regularly used batch file seems to be working just fine?
Code:
@echo offSET XES=%*es.ex2 -instance 15 -name -highlight distinct: %* -p !I: !H: -no-result-error:: pause:: echo %*:: pause:: es.ex2 -instance 15 distinct: %* -p -double-quote -n 1 > c:\out\sssGO.TXT:: if no results found, no need to do anything more, duh!@if NOT %errorlevel% EQU 0 goto end:@es.ex2 -instance 15 %* -p -export-efu c:\out\sssGO.efu !\Windows\Recent file:@es.ex2 -instance 15 %* -p -export-m3u8 c:\out\sssGO.m3u8 !\Windows\Recent file: distinct:name video: !I: !H:Statistics: Posted by therube — Mon Sep 08, 2025 4:54 pm