Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@ echo off
ping %%1 > C:\ping.txt
dim rst as recordset
a=shell("pinger.bat " & me.text1
set rst = currentdb.openrecordset("ping")
do while not rst.eof
res = res & cbcrlf & rst(0)
rst.movenext
loop
me.text2=res