I need to move my Logos installation from my C: drive to D:. I know I can uninstall and reinstall it, but is there an easier way?
I did this yesterday and everything seems to be working fine. Assuming you are on Windows: Go to D and create a directory D:/Logos. Make sure Logos is closed and the indexer is not running in the background. I don't know what would happen if you tried to do this with Logos running.
Then, go to the command prompt in admin mode (cmd, right-click "run as administrator" - don't use PowerShell, it doesn't handle %LocalAppData% or mklink), and type
robocopy "%LocalAppData%\Logos" "D:\Logos" /sec /move /e That will move all of your Logos files to the D drive. It will take a while. Then, in command prompt
robocopy "%LocalAppData%\Logos" "D:\Logos" /sec /move /e
mklink "%LocalAppData%\Logos" "D:\Logos" /j That will create a link so any shortcuts or references to the C drive will now automatically redirect to D. Start up Logos as normal. For me, it seemed like it took a little longer on the first startup, then it ran normally.
mklink "%LocalAppData%\Logos" "D:\Logos" /j
Without creating links, which can be fragile, use this Method:
7. Start Logos and sign-in —> all done without downloading and re-indexing. 8. delete the renamed Logos folder on C: drive
I left my PC for an iMac. Now I'm having a tough time with Logos setup, layouts and fundamental use. Examples: One font size on one side of window, another size on the other; Open Lectionary and it has multiple distracting windows; terrible at managing windows and this leads to frustration when studying God's word. Could…
I've heard others having troubles pasting some kinds of digital text into notes, and I've heard that newer or beta versions would fix this, but it still seems to be a problem. Is there any update on this?
Has anybody used Voice Recognition to use Logos Bible. I have been using Logos Bible since 2008 but as I get older I am experiencing hand problems and am exploring Voice Recognition software. My desktop is on a Mac and I realize it has built in Voice Control but I am willing to spend money if there is something better. I…
Case: I am looking for all instances in the Bible where God is called Father. SEARCH 1: My first, intuitive search query would be a Precise Bible Search on father EQUALS person:God. However, I am surprised to see only two hits from the OT. SEARCH 2: Performing a much less intuitive Precise Bible Search on sense:="God ⇔…
Hi all. I am wanting to get a count for how many Hebrew words there are in each chapter of the Tanakh. Is there a quick and easy way to do this? As an example, you can see the results from the Greek New Testament by Patrick Schreiner. I want to quickly do something similar for the Hebrew Tanakh. Thanks. Edit: I found out…