Sun Mar 27, 2011 11:01 pm
<%
Set objfolderStream= CreateObject("Scripting.FileSystemObject")
Set objfileStream= objfolderStream.OpenTextFile("c:\codemiles.txt")
allContent= objfileStream.ReadAll
objfileStream.close
// clear objects
Set objfileStream=nothing
Set objfolderStream=nothing
response.write(allContent)
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.