home *** CD-ROM | disk | FTP | other *** search
- .key disk,pref
- .bra {
- .ket }
- cd >env:curdir
- cd {disk}
- echo >ram:tmp.html "<HTML><HEAD><TITLE>DIR2HTML</TITLE>"
- echo >>ram:tmp.html "<META HTTP-EQUIV=content-type CONTENT=text/html;CHARSET=iso-8859-2>"
- echo >>ram:tmp.html "<META NAME=Description CONTENT=dir2html>"
- echo >>ram:tmp.html "<META NAME=Generator CONTENT=dir2html>"
- echo >>ram:tmp.html "<META NAME=Keywords CONTENT=dir2html></HEAD>"
- echo >>ram:tmp.html "<BODY BGCOLOR=yellow TEXT=black LINK=blue ALINK=blue VLINK=blue>"
- echo >>ram:tmp.html "<FONT SIZE=8><B>Directory of:</B></FONT><BR><FONT SIZE=7><B>"
- echo >>ram:tmp.html {pref}
- echo >>ram:tmp.html "</B></FONT><CENTER><HR><BR><TABLE BORDER=1 CELLPADDING=2 CELLSPACING=2><TR VALIGN=TOP>"
- echo >>ram:tmp.html "<TD ALIGN=RIGHT BGCOLOR=black><FONT SIZE=4 COLOR=white><B>Length</B></FONT></TD>"
- echo >>ram:tmp.html "<TD ALIGN=LEFT BGCOLOR=black><FONT SIZE=4 COLOR=white><B>Directory</B></FONT></TD>"
- echo >>ram:tmp.html "<TD ALIGN=LEFT BGCOLOR=black><FONT SIZE=4 COLOR=white><B>Filename</B></FONT></TD><TD></TD></TR>"
- list >>ram:tmp.html PAT=#? FILES NODATES NOHEAD QUICK ALL LFORMAT="<TR VALIGN=TOP><TD ALIGN=RIGHT BGCOLOR=white><FONT SIZE=4 COLOR=black><B>%l</B></FONT></TD><TD ALIGN=LEFT BGCOLOR=white><FONT SIZE=4 COLOR=black><B>{pref}/%s</B></FONT></TD><TD ALIGN=LEFT BGCOLOR=white><FONT SIZE=4 COLOR=black><B>%s</B></FONT></TD><TD ALIGN=LEFT BGCOLOR=white><FONT SIZE=4 COLOR=black><A HREF=/{pref}/%s%s><B>GET</B></FONT></TD></TR>"
- echo >>ram:tmp.html "</TABLE><BR><BR><HR><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR VALIGN=TOP>"
- echo >>ram:tmp.html "<TD ALIGN=LEFT><FONT SIZE=2><A HREF=javascript:history.back()>BACK</A>"
- echo >>ram:tmp.html "</FONT></TD><TD ALIGN=RIGHT><FONT SIZE=4>"
- echo >>ram:tmp.html "Generated with: <A HREF=http://www.crevman.link.pl/files/dir2html.lha>dir2html</A>"
- echo >>ram:tmp.html " by <A HREF=mailto:amiga@irc.pl?subject=DIR2HTML>BloodMan</A>"
- echo >>ram:tmp.html "</FONT></TD></TR></TABLE></CENTER>"
- echo >>ram:tmp.html "</BODY></HTML>"
- cd $curdir
- ;
- ; --- dir2html [full] v1.0 (29.10.2000) by BloodMan^PTE ---
- ; download from http://www.crevman.link.pl/files/dir2html.lha
- ; any comments, suggestions etc; please write to amiga@irc.pl
- ;
- ;
- ; install= copy htdir c:
- ; protect c:htdir +s
- ;
- ; usage= htdir disk: <- if dir is a rootdir do NOT input 2nd parameter
- ; htdir disk:path/ path
- ; `- this is for show (Directory of:) and for link.
-