Page 1 of 1

Up Script dont work

Posted: Mon Apr 25, 2016 9:28 am
by Bishop
Hello guys,

I've created a one line script that when connected, it automatically embed network drive.

Unfortunately this does not work.

Code: Select all

net use X: \\hostname\Daten\xxx /persistent:no /user:domain\user paddword
If I connect to the VPN-Server and the script is running I get the message, that the script was close with error.

Re: Up Script dont work

Posted: Mon Apr 25, 2016 12:09 pm
by Traffic
All scripts must complete before the tunnel will pass packets.

Re: Up Script dont work

Posted: Tue Apr 26, 2016 9:48 am
by Bishop
Thanks for the answer! Any idea how to fix this problem for me?

Re: Up Script dont work

Posted: Tue May 31, 2016 7:51 pm
by mototopo
hi, i have the same problem :
my _UP.BAT script ends in failure .

I have only one row with a net use command.
with win7 has always worked well ; now with win10 does not finish the script .

but if you just logged the launch by hand you run well.

it seems that the connection even if present with the IP address of the VPN functions not fine as you do not appear on the win10 popup indicating : offline .

You have any ideas on how to fix it ?