Metropoli BBS
VIEWER: makelist.bat MODE: TEXT (ASCII)
@echo USAGE: makelist  a...z  D:\PFAD
@echo\
@echo a...z     is the Name of the LIST.(A...Z) file thats to create...
@echo\
@echo D:\PFAD   is the Directory with the Sound-Files
@echo\
@dir %2 /on /b |find "." >list.tmp
@echo %2\>pfad.tmp
@copy pfad.tmp+list.tmp list.%1
@del pfad.tmp
@del list.tmp
[ RETURN TO DIRECTORY ]