TinyButStrong Error CacheSystem plug-in: The cache file './tbscache/cache_search-mklink /h example-avThAY2.html' can not be saved. Windows下详尽mklink命令使用教程与指南 - OSCHINA :: 哇哇3C日誌
The mklink command in Windows is a versatile tool used to create symbolic links. Symbolic links, or symlinks, are shortcuts or pointers that lead to files or directories.
Syntax MKLINK [[/D] | [/H] | [/J]] LinkName Target Key: /D Create a Directory symbolic link. (default is file) /H Create a hard link instead of a symbolic link. /J Create a Directory Junction. LinkName The new symbolic link name. Target The path (relative
The example command above would create a symbolic link called Docs to the \Users\Hope\Documents directory, even if the directory does not exist. If the link is successfully created, a message similar to the one shown below is displayed.