问题描述
嗨:)
我正在测试脱机文件夹设置解决方案,并使用synctoy。 - 我在桌面上为synctoy创建了一个快捷方式,并将其重命名为备份文件。 - 我想要它做什么,是自动运行削减我设置,所以用户不必按
运行按钮,但我希望视觉效果向用户显示synctoy正在运行。
Im testing an offline folder setup solution, and am using synctoy. - i've created a short-cut for synctoy on the desktop, and renamed it backup files. - what i would like it to do, is automatically run the paring i've setup, so the user doesnt have to press the Run button, but i do want the visuals to show the user that synctoy is running.
这可能吗?
推荐答案
我安装了1.4,并使用
i installed 1.4, and ran the shortcut with
" C:\Documents and Settings \\运行快捷方式\\%USERNAME%\本地设置\Application Data \SyncToy \SyncToy.exe" -r userdata
"C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\SyncToy\SyncToy.exe" -r userdata
我遇到的下一个问题是,我已经编写了一个批处理文件来在客户端上安装synctoy,并使userdata的文件夹配对 - 但是synctoy在哪里知道userdata配对? - 这是一个reg设置,还是存储在某个地方?
next problem i have is, i've written a batch file to install synctoy on the client, and make the folder pairings for userdata - but where does synctoy know about userdata paring? - is this a reg setting, or is it stored somewhere?
这篇关于加载synctoy.exe图标时自动运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!