mIRC Home    About    Download    Register    News    Help

Print Thread
#259415 17/11/16 08:25 PM
Joined: May 2016
Posts: 50
T
Babel fish
OP Offline
Babel fish
T
Joined: May 2016
Posts: 50
How do I use another folder to write .ini files in?
And also grab info from .ini files within that same folder?

Thanks,
Toast


Life is potato.
Joined: Aug 2016
Posts: 36
Ameglian cow
Offline
Ameglian cow
Joined: Aug 2016
Posts: 36
Just use a complete or relative path name with the filename.

Code:
writeini c:\myinifiles\data.ini section item value
%var = $readini(c:\myinifiles\data.ini, section, item)


Link Copied to Clipboard