您好!请问如何把LOGOS的图书资料安装在C盘以外的存储地址?
我有尝试按照下面的说明操作,但是有一些地方看不懂,请问能否提供一些解释?
Install in different folder or drive (logos.com)
我尝试用其中的以下说明来操作:
- Move the folder++ to its new location by dragging and dropping it in Windows File Explorer e.g. move \Logos to your E: drive.
If it was copied, you must delete the original folder.
- Open a Command Prompt e.g. Start > Run > cmd.exe, or type cmd in the Windows Search box.
- Change directory (cd) to the original location of the folder you just moved e.g.
cd %localappdata% for the Logos/Verbum installation folder
or
cd %localappdata%\Logos\Data\random\ResourceManager for your Resources folder.
- Create a link to the new location:
- mklink /j Logos E:\Logos
—> where Logos is the folder you just moved
or
- mklink /j Resources E:\Resources
—> where Resources is the folder you just moved.
- Alternatively:
- "%userprofile%\Downloads\junction64" Logos E:\Logos
or
- "%userprofile%\Downloads\junction64" Resources E:\Resources
if you saved junction64 in your Downloads folder.
- If you want to undo the above at any time:
- Execute rd "%localappdata%\Logos" in a Command Prompt
—> this will delete the link folder
- Move E:\Logos to its original location
---------------------------------------------------------------------
其中: %localappdata% 和 "%userprofile%\Downloads\junction64" Logos E:\Logos
请问是什么意思?%怎么理解呢?在网页上并没有任何说明。
我安装LOGOS到其它硬盘,但是LOGOS的DATA资源文件夹还是在C盘,并且占用将近30GB。
如果直接安装在C盘,则占用超过50GB.
请问该如何解决以上问题?
我的电脑是Win10操作系统。
谢谢!