home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet MPEG Audio Archive
/
IMAA.mdf
/
www
/
bin
/
idxwww.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-31
|
269b
|
12 lines
@echo off
echo %1
cd\imaa\%1
find -type f -print | grep -v ./bin/ > ..\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
echo Dont forget to edit the last to lines and the first !