Your webserver probably doesn't set DOCUMENT_ROOT. You should set it
as noted in the comments at the top of the script. It should be set
to the full path of the top level directory containing your web documents.
Something like:
<$DOCUMENT_ROOT = "D:\inetpub\usearchthe">