Read system property inside batch file munawar rashid Created October 17, 2017 19:25 Hi I tried %system.propert_name% and %sys.property_name%. Doesn't work
Hi Munawar,
What do you mean with "system property"? if you mean an environment variable, you can access it through %env.VAR_NAME%, if not, please be more specific.