home *** CD-ROM | disk | FTP | other *** search
/ Internet MPEG Audio Archive / IMAA.mdf / www / bin / idxwww.bat < prev    next >
DOS Batch File  |  1995-08-31  |  269b  |  12 lines

  1. @echo off
  2. echo %1
  3. cd\imaa\%1
  4. find -type f -print | grep -v ./bin/ > ..\www\lst
  5. cd\imaa\www
  6. copy bin\index.hd in%1.htm
  7. bin\href lst %1 >> in%1.htm
  8. type bin\index.nd >> in%1.htm
  9. rm lst
  10. cd\imaa\www\bin
  11. echo Dont forget to edit the last to lines and the first !
  12.