I already found it ..
You can start up vpn with a batch file.
Here is a sample of batch for ppl who ever needs it;
rem find the folder for vpn client and connect
cd "C:\Program Files\Cisco Systems\VPN Client"
vpnclient connect <profile> user <username> pwd <password>
rem connect to lsclient
\\server\share$\lsclient.exe lsserver
rem disconnect from vpn
vpnclient disconnect