Search the Community
Showing results for tags 'VPN'.
-
I have a server running Small Busines Server 2008. On that server is a shared directory containing Microsoft Office templates in the normal directory setup; a bunch of templates, a Smart Art subdirectory, and a Document Themes subdirectory containing Theme Colors, Theme Effects, and Theme Fonts subdirectories. My task is to create a program that copies all that to the local user's templates subdirectory. It must work on the local network or over the VPN. I am not allowed to wipe the local template directory. I may not assume that any drives are mapped, I have to use UNC paths to the server.
-
With this line of code I can connect my VPN Run('rasphone -d "My VPN"') $hWnd = WinWait("[CLASS:#32770]", "Connection to My VPN", 10) $Title = 'Connection to My VPN' $process = WinGetHandle(WinGetTitle($Title)) ControlClick($process, "", "[CLASS:Button; INSTANCE:4]") Is it possible to check, whether VPN has connected or not
-
I'm using InetGet to download some files but get an error "13" with InetGet after the 4th download. This occurs while using Hidemyass Pro VPN. If I can understand what error 13 actually means I'll have a better chance of debugging Does anybody know what error 13 means? I;ve looked at the soucre in the include folder for "IE" and "Inet" but can't see the source for Inetget in either. Any help is greatly appreciated