Short: Put archive info to html code/clipboard via ASL req +src Author: mark@kontumnam.freeserve.co.uk (Mark Weller) Uploader: mark kontumnam freeserve co uk (Mark Weller) Type: comm/www Architecture: m68k-amigaos Url: www.kontumnam.freeserve.co.uk TsHTML ------ This cli/shell program gets information about a archive file to the Clipboard, filename,size,and Short: from the .readme file. using the file requester (ASL). OR The same information in a table code fragment to a file in RAM:tshtml.code (appends to file to allow to build up table) (example code from file created in ram:tshtml.code) TsHTML
12Kb
put archive info to html code/clipboard via ASL req +src (note this code does not go to the clipboard [see usage]) This small tool was created to use inside CygnusEd, (then use include file option to insert code from file in ram: or clipboard options to include archive information.) but can be used anywhere ie: button inside DirWork. (This program is to complement or replace a program by me CarcHTML) I have included the source code with this program - I used Dice to compile it, but should compile using any compiler - use it as you wish. If you find this program or source code useful please e-mail me if not - sorry for wasting your time! -*- Mark Weller -*- Usage ----- Just run TsHTML in cli/shell or inside CygnusED a file requester will appear select the archive file (lha,zip,arc,tar .....) if no command line options then code will created in ram: (default) TsHTML copies archivename,size,short:(or .readme if no short:) to clipboard. TsHTML copies archive size to clipboard. TsHTML copies archive.readme short: to clipboard. ------------------------------------