AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Computer Support/Help/Discussion... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
![]() |
Nick Andre | All | MakeHTML |
February 20, 2022 4:44 PM * |
||
I had a need to do a quick-n-dirty export of a directory of files into a raw HTML table output. The idea is that you have a header file and a footer. You run this to create the body, then bring it all together via COPY HEADER.HTM + MAKEHTML.HTM + FOOTER.HTM SOMESITE.HTM If Files.bbs exists in the directory, it will read it for one-liner descriptions. If the file MAKEHTML.--- exists, it will instead read the contents of this file for generating the table. This is so you can sort the results, ie. DIR /B /O:-D DB\FILEECHO\NODEDIFF > MAKEHTML.--- The results can be seen at https://fido-z1.darkrealms.ca Enjoy... program makehtml; uses sysutils,dos; var p,w : string; dirinfo : SearchRec; ft : tdatetime; h,t,t2 : text; const df = 'mm"/"dd"/"yyyy'; procedure make_html(what : string ; ts : longint); var d,ds : string; begin d:=''; assign(t,p+'files.bbs' |
||||||
|
Previous Message | Next Message | Back to Computer Support/Help/Discussion... <-- <--- | Return to Home Page |
![]() Execution Time: 0.017 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2025 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |