View Single Post
Old 01-18-2008, 08:57 PM   #2
guino
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,073
You'd probably need to make a script for something like that.. RR saves list in it's own format ready for reloading when needed.. a very simple script could generate the text file from RR's format though. You can also make RR do it with it's own commands, but that can get quite complex (This is a "script" for ExecTBL):

Code:
"SAVELIST","RUNQW;DELTXT.BAT||SETVAR;FN;1||DOSAVE" "DOSAVE","SETVARBYCODE;FNAME;CLTEXT$FN$||ADDTOFILE;mp3s.txt;$FNAME$||DOMORE" "DOMORE","SETVARBYCODE;NFILES;CLMAX||EVAL;LAST;strcomp("$NFILES$","$FN$")||BYVAR;LAST;INCNEXT<<" "INCNEXT","EVAL;FN;FN+1||DOSAVE"

(No guarantees of the above but some similar code will probably work)
__________________
Road Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."

Last edited by guino; 01-18-2008 at 08:59 PM.
guino is offline   Reply With Quote