I have managed to do what I want using this awful two lines code:
cd "C:\Program Files\OpenVPN\bin"
start openvpn.exe --config Netherlands1-UDP.ovpn --auth-user-pass info
I would like to do it in one line. It seems easy but it doesn't work. Maybe it's because of the space in "Program Files".