Hi Dan,
Could you please try the below command
$G_PROCESSED_LOCATION ='\\\XYZ_Location\ Processed';
exec('cscript','[$G_PROCESSED_LOCATION]\test.vbs', 8);
This should work
Regards
Arun Sasi
Hi Dan,
Could you please try the below command
$G_PROCESSED_LOCATION ='\\\XYZ_Location\ Processed';
exec('cscript','[$G_PROCESSED_LOCATION]\test.vbs', 8);
This should work
Regards
Arun Sasi