mIRC Home    About    Download    Register    News    Help

Print Thread
#181157 18/07/07 09:45 PM
_
_DuDe_
_DuDe_
_
I want to have a script writeini to a different folder. Example:

Code:
writeini $2 $+ .ini Link URL $3
writes to the .ini file in the mIRC install dir.

I want to have it write to an .ini file in the folder links in the mIRC install dir.

Please help.

#181159 18/07/07 10:04 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Code:
alias link {
  mkdir Links
  writeini $+(",$mircdirLinks\,$1,.ini,") Link URL $2
}


/link mIRC www.mirc.com

Creates a folder called Links, with mIRC.ini inside it containing:

[Link]
URL=www.mirc.com

_
_DuDe_
_DuDe_
_
Thanks, however right before I came back here to look for any responces, I figured it out on my own. Thanks anyways.

#181182 19/07/07 01:43 PM
Joined: Dec 2002
Posts: 270
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 270
thats what they all say cool, not saying its not true btw, lol


Link Copied to Clipboard