Od: |
"Howard Winter" <os2-wireless_users@2rosenthals.com> |
Celá hlavi?ka Nedekódovaná správa |
Hlavi?ka: |
Re: [OS2Wireless]ThinkPad Utilities |
Dátum: |
Thu, 01 Mar 2007 15:12:22 +0000 (GMT) |
Komu: |
"OS/2 Wireless Users Mailing List" <os2-wireless_users@2rosenthals.com> |
|
---|
Stuart,
OK, it's a bit crude (I'm not a Web Person! :-) but I've set up the following:
http://www.ecomstation.co.uk/Downloads/StuUpdike/
containing your .ZIP file of ThinkPad Utilities, and a very simple program to display the contents of that directory - including itself! I copied the latter
directly from Andrews & Arnold and it looks like this:
#!/bin/csh
echo "Content-Type: text/html"
echo ""
echo "<HTML>"
echo "<TITLE>$REQUEST_URI/</TITLE>"
echo "<BODY BGCOLOR=#FFFFFF>"
echo "<H1>Directory listing of $REQUEST_URI/</H1>"
echo "<PRE>"
foreach f (*)
echo -n "<A HREF='$f'>*</A> "
/bin/ls -ld $f
end
Anyone's suggestions for an improved version gratefully accepted :-)
I'm assuming you are giving permission for anyone who wants it to download it?
Hope this is useful...
Cheers,
Howard Winter
The H2Org
http://www.ecomstation.co.uk
|