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)
<tr>
<td width=40%><left><a href="TsHTML">TsHTML</a></left></td>
<td width=10%><center><font color="#ffff00">12Kb</font></center></td>
<td width=50%><left><a href="TsHTML.readme"> put archive info to html code/clipboard via ASL req +src</a></left></td>
</tr>
(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 <A or a> copies archivename,size,short:(or .readme if no short:)
to clipboard.
TsHTML <S or s> copies archive size to clipboard.
TsHTML <D or d> copies archive.readme short: to clipboard.
------------------------------------
|