home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet MPEG Audio Archive
/
IMAA.mdf
/
www
/
bin
/
idx.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-31
|
192b
|
11 lines
@echo off
echo %1
cd\imaa\%1
find -type f -print > ..\www\lst
cd\imaa\www
copy bin\index.hd in%1.htm
bin\href lst %1 >> in%1.htm
type bin\index.nd >> in%1.htm
rm lst
cd\imaa\www\bin