A previous batch file that we used had an accidental extra " in one of the scripts, so now anything that gets added on is not being seen.
I'm unable to find a good answer as to how to remove the extra " from the Path variable. Any advice?
Current Path:
%M2_HOME%\bin;%JAVA_HOME%\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0";C:\Program Files\Puppet Labs\Puppet\bin
As you'll see, after the Powershell\v1.0, there is an extra ".
Any advice would be more than appreciated. I've been banging my head on this for quite awhile.