Greenbow vpn in batch file.

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
Reply to
amerdsp
Loading thread data ...

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

Here's the modifed code :

Good luck

Reply to
brio

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.