I'm trying to use the -client-connect to run a .cmd script
I would like to pass to the script any Environmental variables as for example common_name. but what I tried didn't succed so far
Code: Select all
client-connect script.cmd common_nameCode: Select all
client-connect 'script.cmd common_name'Code: Select all
client-connect 'script.cmd' common_nameCode: Select all
client-connect 'script.cmd'Any ideas ?
