mIRC 6.2

files:
x:\mirc\mirc.exe
x:\mirc\text\mirc.ini

i tried making a batch file (for the fact its easy to edit in notepad etc)
purpose to see if u can have a main mirc directory
as well as put all mirc scripts under their own folders of the main directory
note: for each batch file load i deleted and re copied contents again

test-r.bat :
mirc.exe -rtest\
- creates folders in x:\mirc\test\
- mirc.ini isnt touched and mirc will not save any settings

test-i.bat :
mirc.exe -itest\mirc.ini
- loads x:\mirc\test\mirc.ini
- creates folders in x:\mirc\
- mirc updates the mini in x:\mirctest\mirc.ini

test-i-r.bat :
mirc.exe -itest\mirc.ini -rtest\
- creates folders in x:\mirc\test\
- mirc.ini isnt touched and mirc will not save any settings
(same as test-r.bat)

test-r-i.bat :
mirc.exe -rtest\ -itest\mirc.ini
- creates folders in x:\mirc\test\
- mirc.ini isnt touched and mirc will not save any settings
(again same as test-r.bat)

with test-r.bat, i went back and tried putting a x:\mirc\mirc.ini to see if mirc wrote over it, mirc yet again still did the same thing and touched neither mirc.ini's

idealy i was hoping to be able to force mirc to load everything from certain sub folders