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

  1. @echo off
  2. echo %1
  3. cd\imaa\%1
  4. find -type f -print > ..\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.