Page 1 of 1

RedirectSection in wcx_ftp.ini

Posted: 2024-01-02, 17:21 UTC
by Zygus
I already know, that RedirectSection doesn't work in wcx_ftp.ini and it is even pointed in help, but for me, wcx_ftp is not another secondary ini file, especially derived from wincmd.ini. It is parallel config related only to ftp logins, passwords and connections. Wincmd.ini configuration has no mention about wcx_ftp and it is not possible to dismiss wcx_ftp and keep everything in wincmd.ini - like I can do with any secondaries inis created with RedirectSection. I need to extract OldConnections section to separate ini file to be able to clean this part fast and tidy. Thank You.

Re: RedirectSection in wcx_ftp.ini

Posted: 2024-01-03, 14:23 UTC
by Gral
You don't need redirect "to be able to clean this part fast and tidy" - just use such a extremely simple AHK script:

Code: Select all

IniDelete, WCX_FTP.INI, OldConnections
change to full pathname of INI file if you use it from other directory.