mIRC Home    About    Download    Register    News    Help

Print Thread
#115098 22/03/05 03:57 AM
Joined: Mar 2005
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Mar 2005
Posts: 2
Hey i wonder if theres any script for mirc that can post content of one folder to mirc so say if i have one folder that gets some new stuff then it will post it to mirc i know eggdrops can do this but those are for linux or ? i tryied one on my windows but dident got it to work


Thx

Karel

#115099 22/03/05 06:20 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
/help $findfile
alias listdir {
var %x =1
var %y = $findfile(DIRECTORYY,*,0)
while (%x <= %y) {
echo -a $findfile(DIRECTORYY,*,%x)
inc %x
}
}

#115100 22/03/05 08:08 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Code:
alias listfiles {
  window -l @listfiles
  .echo -q $findfile($1-,*,0,@listfiles)
}
/listfiles <path>

#115101 29/03/05 08:43 PM
Joined: Mar 2005
Posts: 1
S
Mostly harmless
Offline
Mostly harmless
S
Joined: Mar 2005
Posts: 1
hey but where do i type this ??
im very new at this ?

#115102 30/03/05 04:18 AM
Joined: Mar 2005
Posts: 2
K
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Mar 2005
Posts: 2
yeah where do we type this?


Link Copied to Clipboard