From WikiChip
Editing mirc/virtual profile

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|Virtual Profiles}}
+
= Steps For Creating Virtual Profile =
 
 
== Virtual Profiles ==
 
 
 
 
mIRC does not have a built-in way to handle multiple users with different scripts and settings. This article will guide users toward easily creating multiple '''Virtual Profiles''' using a single installation of mIRC. Each of these virtual profiles will have the ability to run their own set of scripts and have their own set of options.
 
mIRC does not have a built-in way to handle multiple users with different scripts and settings. This article will guide users toward easily creating multiple '''Virtual Profiles''' using a single installation of mIRC. Each of these virtual profiles will have the ability to run their own set of scripts and have their own set of options.
  
'''Note''': click {{mIRC|mirc installation|here}} for information about how to install mIRC properly
+
<span style="display: block; margin: 35px;">[[File:Virtualprofile1.png|Virtual Profile - mIRC]]</span>
  
=== Create a shortcut for each profile ===
+
== Create a shortcut for each profile ==
 
The first thing you must do is create a shortcut for each individual profile. It is recommended that you name each shortcut something appropriate so you will know which shortcut is for which profile. To create a shortcut, navigate to the mIRC executable folder using the command below. Right click on the '''mIRC.exe''', go to '''Send to''' and click '''Desktop'''. The standard folder of mIRC.exe is "C:\Program Files (x86)\mIRC" or "C:\Program Files\mIRC".
 
The first thing you must do is create a shortcut for each individual profile. It is recommended that you name each shortcut something appropriate so you will know which shortcut is for which profile. To create a shortcut, navigate to the mIRC executable folder using the command below. Right click on the '''mIRC.exe''', go to '''Send to''' and click '''Desktop'''. The standard folder of mIRC.exe is "C:\Program Files (x86)\mIRC" or "C:\Program Files\mIRC".
 
<source lang="mIRC">//run $nofile($mircexe)</source>
 
<source lang="mIRC">//run $nofile($mircexe)</source>
  
[[File:Virtualprofile1.png|Virtual Profile - mIRC]]
+
== Create a script folder for each profile ==
 
 
=== Create a script folder for each profile ===
 
 
Creating a new folder is necessary for each of the separate profiles. The location of that folder is not very important. For example, a good place would be in the '''My Documents''' folder. The folder will be used to keep the individual mIRC settings as well as all the related scripts.
 
Creating a new folder is necessary for each of the separate profiles. The location of that folder is not very important. For example, a good place would be in the '''My Documents''' folder. The folder will be used to keep the individual mIRC settings as well as all the related scripts.
  
=== Instruct mIRC to use the new folders ===
+
== Instruct mIRC to use the new folders ==
 
Right click on the new shortcut link and go to '''Properties'''. In the '''Shortcut''' tab, replace the text next to '''Target''' with the following:
 
Right click on the new shortcut link and go to '''Properties'''. In the '''Shortcut''' tab, replace the text next to '''Target''' with the following:
<pre>"<your\mIRC\exe\path>" -r"<new\folder\path>"</pre>
+
<source lang="mIRC">"<your\mIRC\exe\path>" -r"<new\folder\path>"</source>
  
 
This change in paths must reflect the real paths of the end-user. An example of these paths would resemble the following example:
 
This change in paths must reflect the real paths of the end-user. An example of these paths would resemble the following example:
<pre>"C:\Program Files (x86)\mIRC\mirc.exe" -r"C:\Users\David\AppData\Roaming\mIRC\bot"</pre>
+
<source lang="mIRC">"C:\Program Files (x86)\mIRC\mirc.exe" -r"C:\Users\David\AppData\Roaming\mIRC\bot"</source>
 +
 
 +
'''Note:''' There is no space between the ''-r'' and the ''path''.
  
 
Clicking '''OK''' is the final step, and the new Virtual Profile is ready to go. The next time that mIRC is launched using this link, it will open the settings for the new profile.
 
Clicking '''OK''' is the final step, and the new Virtual Profile is ready to go. The next time that mIRC is launched using this link, it will open the settings for the new profile.
Line 27: Line 24:
 
<span style="display: block; margin: 35px;">[[File:Virtualprofile2.png|Virtual Profile2 - mIRC]]</span>
 
<span style="display: block; margin: 35px;">[[File:Virtualprofile2.png|Virtual Profile2 - mIRC]]</span>
  
[[Category:mIRC|virtual profiles]]
+
= Other settings =
 +
There are a number of other settings that can be used to manipulate mIRC as well. The following sections outline just a few of them.
 +
 
 +
== Connect to a server on startup: ==
 +
A connection can be made to a server, immediately upon mIRC starting, using the following syntax:
 +
<pre>-s<server:port> [-j#chan1,#chan2,#chan3]</pre>
 +
 
 +
For example:
 +
<pre>-sirc.undernet.org:6667 -j#mircscripting</pre>
 +
 
 +
== Change mIRC.ini location ($mircini) ==
 +
Another option is to change the location of the '''mIRC.ini''' (the main mIRC configuration file):
 +
<pre>-i<path\to\mirc.ini></pre>
 +
 
 +
Switches can be combined as needed.

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)