VPN - Greenbow vpn in batch file.

This is Interesting: Free IT Magazines  
Home > Archive > VPN > October 2005 > Greenbow vpn in batch file.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Greenbow vpn in batch file.
amerdsp

2005-10-13, 5:54 pm

This may be really simple. I wrote the following:

@ECHO OFF
C:\Progra~1\SISTECH\TheGre~1\vpnconf.exe
ECHO vpn started
explorer.exe "\\Benzie\Zip Disc"


The batch file above is meant to open vpn hsing the greenbow vpn client
and open windows explorer to browse the disk mentioned. The client
openes properly. However, it hangs and never gets to the ECHO command

Any ideas?

A

brio

2005-10-24, 9:35 am

Use the start command (see cmd -> help start).

Here's the modifed code :

> @ECHO OFF
> start C:\Progra~1\SISTECH\TheGre~1\vpnconf.exe
> ECHO vpn started
> explorer.exe "\\Benzie\Zip Disc"


Good luck


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com