From: "Howard Winter" Received: from mxout2.mailhop.org ([63.208.196.166] verified) by 2rosenthals.com (CommuniGate Pro SMTP 5.1.3) with ESMTP id 941608 for os2-wireless_users@2rosenthals.com; Thu, 01 Mar 2007 10:12:33 -0500 Received: from mxin1.mailhop.org ([63.208.196.175]) by mxout2.mailhop.org with esmtp (Exim 4.63) (envelope-from ) id 1HMmxJ-000Hly-Fe for os2-wireless_users@2rosenthals.com; Thu, 01 Mar 2007 10:12:32 -0500 Received: from smtp.aaisp.net.uk ([81.187.81.51]) by mxin1.mailhop.org with esmtp (Exim 4.63) (envelope-from ) id 1HMmxI-0002ZY-CK for os2-wireless_users@2rosenthals.com; Thu, 01 Mar 2007 10:12:28 -0500 Received: from hibernaculum.org.uk ([217.169.5.1] helo=t23w) by smtp.aaisp.net.uk with smtp (Exim 4.62) (envelope-from ) id 1HMmxE-0004Cv-QJ for os2-wireless_users@2rosenthals.com; Thu, 01 Mar 2007 15:12:24 +0000 To: "OS/2 Wireless Users Mailing List" Date: Thu, 01 Mar 2007 15:12:22 +0000 (GMT) Reply-To: "Howard Winter" Priority: Normal X-Mailer: PMMail 2.20.2200 for OS/2 Warp 4.05 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [OS2Wireless]ThinkPad Utilities X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 81.187.81.51 X-Spam-Score: -1.3 (-) Message-ID: 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 "" echo "$REQUEST_URI/" echo "" echo "

Directory listing of $REQUEST_URI/

" echo "
"
foreach f (*)
echo -n "* "
/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