print "Attempting to open test document on SysInternals share." print "This may take a while, depending on your internet connection..." print open "\\live.sysinternals.com\Tools\About_This_Site.txt" for input as #hFile print hwnd(#hFile) while not(eof(#hFile)) input #hFile, a$ print a$ wend close #hFile