|
|
发表于 2022-6-10 14:44:58
|
显示全部楼层
那我也补一个Rclone开机vbs脚本
dim objShell
set objShell=wscript.createObject("WScript.Shell")
iReturnCode=objShell.Run("rclone mount alipan: o: --cache-dir D:\webdav_temp\alipan --allow-other --attr-timeout 5m --vfs-cache-mode full --vfs-cache-max-age 2h --vfs-cache-max-size 30G --vfs-read-chunk-size-limit 100M --buffer-size 300M --fast-list --checkers 64 --transfers 64 --allow-non-empty --log-file=D:\webdav_temp_log\alipan_log",0,TRUE) |
|