mirror of
https://github.com/gryf/tagbar.git
synced 2026-01-28 10:55:55 +01:00
Add tests to repository
This commit is contained in:
14
tests/asp/serialnumber.asp
Normal file
14
tests/asp/serialnumber.asp
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<%
|
||||
dim fs,d
|
||||
set fs=Server.CreateObject("Scripting.FileSystemObject")
|
||||
set d=fs.GetDrive("c:")
|
||||
Response.Write("The serialnumber is " & d.SerialNumber)
|
||||
set d=nothing
|
||||
set fs=nothing
|
||||
%>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user