mIRC Home    About    Download    Register    News    Help

Print Thread
#230854 22/03/11 10:34 PM
Joined: Mar 2011
Posts: 12
R
rtdos Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Mar 2011
Posts: 12
how can i export my settings (including my favorite servers and channels) so that i can import them on another machine?

rtdos #230858 22/03/11 10:47 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Most (or possibly all) of those settings are stored in the mirc.ini file. You can find the exact location of this file by opening mIRC, then typing
Code:
//echo -a $qt($mircini)


If you find that there are settings not being copied/transferred, then simply refer to the same directory and copy all of the .ini files.

RusselB #230865 23/03/11 12:05 AM
Joined: Mar 2011
Posts: 12
R
rtdos Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Mar 2011
Posts: 12
Originally Posted By: RusselB
Most (or possibly all) of those settings are stored in the mirc.ini file. You can find the exact location of this file by opening mIRC, then typing
Code:
//echo -a $qt($mircini)


If you find that there are settings not being copied/transferred, then simply refer to the same directory and copy all of the .ini files.


Thanks Russell, leads me to this question: since they are located in my users' application directory, how do i make mIRC portable? copy the ini files to the home directory of where the exe is located?

rtdos #230867 23/03/11 01:44 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Correct. It will then use the install folder for all settings.


Invision Support
#Invision on irc.irchighway.net
rtdos #230873 23/03/11 03:32 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Alternatively, you could use mIRC's -p switch, which is designed to make mIRC portable.

RusselB #230875 23/03/11 03:37 PM
Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
-portable, not -p wink



#mircscripting @ irc.swiftirc.net == the best mIRC help channel
rtdos #230884 23/03/11 08:19 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Just keep in mind that portable is not exactly the same as having the settings in your install folder. Now, unless -portable is different than installing it as portable from the installer, which I don't think it is, then it disables some things that you might not want disabled. For example, if it's being used in portable mode (and hasn't ever been used in the normal mode), irc:// links won't be registed and so you can't click them in your browser to open them in mIRC. This is because portable mode does not make changes to your registry. Now, -portable is done after installation, so if you actually installed mIRC, this shouldn't be an issue. But if you just extract mIRC without installation, it can be.

By putting mIRC.ini in your install folder, mIRC will work exactly as a normal install, but your settings will all be stored in one folder. That makes it "portable" in that you can easily compress it, back it up, or whatever without having to manage multiple directories. But it does not prevent it from making changes to your registry. In most cases, if it's on your own system, I would recommend placing the ini file in your install folder instead of using -portable. If you're on someone else's or a public computer or something, then -portable is the better option. Of course, you can use either option depending on your preferences. I have 5 or 6 installs on my computer (and that's 3 or 4 different versions of mIRC) with the ini files in the install folder and they all load different scripts and have different settings and there is never a conflict.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #230952 26/03/11 02:38 PM
Joined: Mar 2011
Posts: 12
R
rtdos Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Mar 2011
Posts: 12
Thanks!


Link Copied to Clipboard