b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/column-aj/counter/
File Upload :
Current File : E:/www/b-group.old/business/column-aj/counter/counter-aj.asp

<%
	FilePath = Server.MapPath ("pagecount-aj.txt")
	Set ObjFile = CreateObject("Scripting.FileSystemObject")
	Set ObjStream = ObjFile.OpenTextFile (filepath,1)
	temp=ObjStream.ReadLine()+1
	ObjStream.Close
	Set ObjStream = ObjFile.OpenTextFile(FilePath,2)
	ObjStream.WriteLine(temp)
	ObjStream.Close
%>

Copyright © 2019 by b0y-101