Hi list,
this is my idea to make use of the <TITLE> tag in HTML documents.
If you like it, write a better programme...
Regards
Christof Lange
- - - - - - - - - - - -
DIR2HTM
=======
An external programme lists all files with extension HTM with
their titles (from the <TITLE>...</TITLE> structure). Together
with Arachne it helps browsing the directories of local disks.
A sample programme written in (Turbo-) BASIC can be downloaded at:
http://www.volny.cz/lange/dir2htm.zip
This huge and memory consuming binary is by no means satisfactory.
It can just demonstrate the principle. If you consider it to be
useful, please, write a better programme.
My address: Christof Lange <[EMAIL PROTECTED]>
INSTALLATION
1. Add to AUTOEXEC.BAT (or run from command line before starting
Arachne)
set d2h=DRIVE:\PATH
replace DRIVE:\PATH with the default directory that is to be
listed first
2. Add to MIME.CFG the line:
file/dir2htm.dgi >HTM|@call $esystem\\dgi\\dir2htm.bat $e $2 $s
3. Write DIR2HTM.BAT and copy to \SYSTEM\DGI
@echo off
if exist %3\nul set d2h=%3
%d2h%\
cd \
cd %d2h% >nul
%1dir2htm.exe %1%2
%1
cd %1system
cd ..
4. Copy DIR2HTM.EXE (sample programme) to your Arachne directory
5. Define hot key in ARACHNE.CFG
ShiftF5 file://dir2htm.dgi
- - - - - - - - - - - - - - - - - - - - -
[EMAIL PROTECTED]
http://www.volny.cz/christianpeace