// please add me to /usr/local/pkg/openvpn-client-export.inc // after "write configuration file" block // line 610 //Geco network drive mod $geco_filestream = file_get_contents("/usr/local/share/openvpn/client-export/template/geco-template-up.bat"); file_put_contents("{$confdir}/{$prefix}-config_up.bat", $geco_filestream); $geco_filestream = file_get_contents("/usr/local/share/openvpn/client-export/template/geco-template-down.bat"); file_put_contents("{$confdir}/{$prefix}-config_down.bat", $geco_filestream); $geco_filestream = file_get_contents("/usr/local/share/openvpn/client-export/template/sleep.vbs"); file_put_contents("{$confdir}/sleep.vbs", $geco_filestream);