Not what was happening. (Must not have been.) See below... instead.1336:
a call of Everything, no longer returns to the command prompt (until Everything is closed)
SSSLX.bat: no longer "returns" (until E is closed)...
Code: Select all
originally (12-18) i had
start /B cmd /C "C:\DEV\Locate\15.filelist\Everything.exe" -instance FILELIST -new-window -s* %XES%
but then (on 1-15) i changed it to (only)
"C:\DEV\Locate\15.filelist\Everything.exe" -instance FILELIST -new-window -s* %XES%
C:\> set XES=cat "yellow stripe"
C:\> SET XES
C:\> XES=cat "yellow stripe"
C:\> SSSLX.bat
one downside (& you know now i hate "quotes") is that with the former
is that SSSLX.bat worked fine with %XES% (as above)
where with 1336, now needing (?) start /b cmd /c
SSSLX.bat fails: The system cannot find the path specified.
if XES=cat yellow stripe (without the "quotes"), then SSSLX works,
but with "quotes", it fails
(do i need both start /B & cmd /C ?
when i first started messing, it seemed so, but then with later revisions i was able to drop those parts)