1373 breaks transfer of a .db from one computer, copying it to another, & reading it on that other computer.
(Maybe it was with 1372, not sure offhand. I was using 1371's .exe in my HOME Profile & hadn't copied the .db to my other computer - which I had been doing on an almost daily basis ... oh, not sure, but I did skip a few days - at least. Kind of wish, now, that I knew the date of the prior .db.)
Program opens & runs just fine.
Only it shows '0 items'.
I think.
Thinking the .db format itself must have changed with 1373 (as reverting to older Everything.exe still does not get things working).
I'll also note, that Troubleshooting Information, Binary: Profile: Database: point to (seemingly) the original computers .db location rather then on the other computer.
BU-HOME.bat:open_home.BAT:GO-HOME-HOME.BAT:
(Maybe it was with 1372, not sure offhand. I was using 1371's .exe in my HOME Profile & hadn't copied the .db to my other computer - which I had been doing on an almost daily basis ... oh, not sure, but I did skip a few days - at least. Kind of wish, now, that I knew the date of the prior .db.)
Program opens & runs just fine.
Only it shows '0 items'.
I think.
Thinking the .db format itself must have changed with 1373 (as reverting to older Everything.exe still does not get things working).
I'll also note, that Troubleshooting Information, Binary: Profile: Database: point to (seemingly) the original computers .db location rather then on the other computer.
BU-HOME.bat:
Code:
:: BU-HOME.bat - back up Everything 15 .db for use elsewhere:: SjB 03-15-2024@echo off:: save to DISK (rather then just RAM) -instance 15's .db:: takes a moment, so throw in a pause, & wait, a few seceverything.exe -instance 15 -save-dbECHO Saving .db to disk...pauseSET EVERYTHINGDIR=C:\DEV\Locate\15.1373COPY /y %EVERYTHINGDIR%\"Everything-15.db" "Everything-HOME.db"COPY /y %EVERYTHINGDIR%\"Search History-15.csv" "Search History-HOME.csv"COPY /y %EVERYTHINGDIR%\"Run History-15.csv" "Run History-HOME.csv":: skipping Everything-15.ini as i make changes to the layout in HOME version that i want to keep:: COPY /y %EVERYTHINGDIR%\Everything-15.ini Everything-HOME.iniECHO Files copied...pause:: update (freshen, actually)ARJ32 f E-HOME.arj -jt1 -g?pause
Code:
:: open_home.bat SjB 03-15-2024:: extract files from .arj - but, only new files or newer files:: IOW, any unchanged files are not "re-extracted", needlesslyarj32 e E-HOME.arj -u -g?
Code:
cmd /c start .\everything.exe -instance HOME -read-only -no-auto-include
Statistics: Posted by therube — Thu May 02, 2024 5:52 pm