I’m expecting to get all folders stated in %PATH%, yet I get only the first one.
What is missing to get desired output?
for /f "delims=;" %%G in ("%PATH%") DO (
echo %%G
)
>Solution :
MEDevel.com: Open-source for Healthcare and Education
Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.