Interactively load .db from disk into RAM & restore Session?
---
Is there a way to interactively load .db from disk ?
(Such that disk copy replaces the in memory copy.)
Everything.exe -instance MULE -load-db
(loads Everything-MULE.db from disk, into memory)
(Reminds me of sexe.
Save Edit, eXectute Edit - which saves file to disk, then (automatically) re-edits the same file.
[Pretty sure that is what it was, TI-DX10.])
---
Is there a way to load Session Store (Restore Previous Session)
without specifically setting, session_store_restore_on_first_new_window=1 ?
Everything.exe -instance MULE -restore-previous-session
(restores previous session, even if the above Preference is not set)
---
A work-around that works:
Code: Select all
Everything.exe -instance 15 -save-db
sleep 3
gecho -n -e \a
COPY /y "Everything-15.db" "C:\DEV\Locate\MULE\Everything-MULE.db"
cmd /c start .\everything.exe -instance MULE -read-only -restart