mIRC Home    About    Download    Register    News    Help

Print Thread
#155938 10/08/06 10:10 AM
Joined: Aug 2006
Posts: 2
P
Bowl of petunias
OP Offline
Bowl of petunias
P
Joined: Aug 2006
Posts: 2
i dont know about you guys but i have somewhere near 200 script and it takes me ages to load them all on to mirc every time i get a new computer, i get lots of computers so im constantly uploading, i think that u should b able to highlight all of your script at once and then be done with it
plz post coments

suporters:
1. me

#155939 10/08/06 10:42 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Wouldnt be bad, u just mean a multi selectable file select on alt-r/file/load i assume.

For now you could make a script that actually created you a file of load instructions, then use /PLAY -c loadall.txt

Code:
alias make.loadall {
  write -c loadall.txt
  var %m = $alias(0), %i = 1
  while (%i <= %m) {
    var %path = $alias(%i) | if ($+($mircdir,*) iswm %path) var %path = $mid(%path,$calc(1 + $len($mircdir)))
    write loadall.txt loadall.txt //load -a %path
    inc %i
  }
  var %m = $script(0), %i = 1
  while (%i <= %m) {
    var %path = $script(%i) | if ($+($mircdir,*) iswm %path) var %path = $mid(%path,$calc(1 + $len($mircdir)))
    write loadall.txt //load -rs %path
    inc %i
  }
}

#155940 16/08/06 11:53 PM
Joined: Aug 2006
Posts: 2
P
Bowl of petunias
OP Offline
Bowl of petunias
P
Joined: Aug 2006
Posts: 2
no, i mean i have 200 scripts now and i get a new computer allmost every month, i just want to select them ALL at once so i dont have 2 spend an hour loading scripts, plz post if u agree or not grin

and davec, one msg
confused

#155941 17/08/06 02:43 PM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
Why do it at all, just zip the folder up and unpack on the new pc to the same location and there you have it.

On a side note, why do you change pc so damn often.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby

Link Copied to Clipboard