home *** CD-ROM | disk | FTP | other *** search
- @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 !
-