mIRC Home    About    Download    Register    News    Help

Print Thread
#24657 17/05/03 07:10 AM
Joined: Apr 2003
Posts: 55
T
Babel fish
OP Offline
Babel fish
T
Joined: Apr 2003
Posts: 55
Howto list all mp3'z in youre mp3 dir in for example stuff.txt

#24658 17/05/03 08:32 AM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
if i get ya right, u want to write all the files in your mp3 dir yo the file stuff.txt, then do
//return $findfile($mp3dir,*.mp3,0,write stuff.txt $nopath($1-))
the $nopath will remove the dir, to write only the filename

#24659 17/05/03 08:34 AM
Joined: Feb 2003
Posts: 34
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
To list all files in a directory:
Code:
!.echo -q $findfile(c:\path-to-mp3-dir\,*,0,write stuff.txt $1-)
 

#24660 17/05/03 08:38 AM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
he said: Howto list all mp3'z in youre mp3 dir in for example stuff.txt



Last edited by ScatMan; 17/05/03 08:39 AM.
#24661 17/05/03 08:46 AM
Joined: Apr 2003
Posts: 55
T
Babel fish
OP Offline
Babel fish
T
Joined: Apr 2003
Posts: 55
this did the job thanks

#24662 17/05/03 08:53 AM
Joined: Apr 2003
Posts: 55
T
Babel fish
OP Offline
Babel fish
T
Joined: Apr 2003
Posts: 55
this 2 for .mp3 but for download server for get dir in a .txt and then send it its cool but thanks :P


Link Copied to Clipboard