Replies: 1 comment
-
应该把全部符号换成英文否则会报错 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ddns-go目录下,创建VBS脚本,内容如下:
Set ws = CreateObject("Wscript.Shell")
ws.run "ddns-go.exe",vbhide
并创建快捷方式添加到启动目录(本方案来源于Alist的启动方法)
Beta Was this translation helpful? Give feedback.
All reactions