Sign in
apache
/
directory-kerby
/
installation
/
.
/
kerby-dist
/
scripts
/
mapNetworkDrive.gv
blob: b46a6f4e7a22e5e0aa1813fb6713250343dd08a6 [
file
] [
log
] [
blame
]
/*
* Sample script for mapping a network before an application starts on windows
*
* Arguments: -
*
* Configuration Example:
*
* wrapper.app.pre.script=scripts/mapNetworkDrive.gv
*
*/
'net use k: \\\\myserver\\$c'
.
execute
().
text