A lot of my tools end up as backends on web pages. One of my most popular at the office is getuserinfo. I have a simple perl cgi script that takes the parameters from a form and then displays the output to a page.
 
If it takes a while to run the specific program in question, you will want to set it up to run on some schedule and then the people pull a file that gets updated once per <insert frequency of update here>. To do that, simply have the script create a file and write the data and the last thing it does is delete the old html file and rename the newly generated file to be the same name.
 
  joe

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Milburn
Sent: Monday, November 03, 2003 2:28 PM
To: [EMAIL PROTECTED]

While scripting seems to be a good topic today, perhaps I’ll throw this one out there:

 

Does anyone know a q’n’d way to output vbscript results to html?  We’re trying to get users to change passwords till the average age comes down, and while I have some good tools (courtesy of joeware.net) that will show me the info I need, it would be nice if I could keep this running and put a page up for managers to see how the progress is going…. Hmm I might >> this to a csv file or something for graphs… any ideas?

 

(PS yes I am doing research on my own, but my first exposure to vbscript was last Thursday – I managed to avoid it for 10+ years of Windows but I guess it’s finally caught up with me! J )

 

Rich

 

-------APPLEBEE'S INTERNATIONAL, INC. CONFIDENTIALITY NOTICE------- PRIVILEGED / CONFIDENTIAL INFORMATION may be contained in this message or any attachments. This information is strictly confidential and may be subject to attorney-client privilege. This message is intended only for the use of the named addressee. If you are not the intended recipient of this message, unauthorized forwarding, printing, copying, distribution, or using such information is strictly prohibited and may be unlawful. If you have received this in error, you should kindly notify the sender by reply e-mail and immediately destroy this message. Unauthorized interception of this e-mail is a violation of federal criminal law. Applebee's International, Inc. reserves the right to monitor and review the content of all messages sent to and from this e-mail address. Messages sent to or from this e-mail address may be stored on the Applebee's International, Inc. e-mail system.

Reply via email to