Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 12 Posts 5 Joined 2007-03-30 10:32 19-year member UID 83385 Gender Male
Status Offline
I want to write a batch file that can automatically log in to my personal ftp server and automatically upload or download the user-defined dictionary, to back up or update the dictionary on the current machine
Using
@FOR /F "skip=2 tokens=3" %%i in ('REG QUERY HKLM\Software\SogouInput /ve') do @echo %%i
to determine the Sogou Pinyin installation path
I need to take the Phrases.ini file
under that directory
and copy it to my ftp server