Hi,I NEED to GET a value from an ini file then add use the value to RUN a programe.g[Sample] SourcePath=\\server\directory\how can i get the value of SourcePath? Code: [Select]echo offfor /F "tokens=1-2 delims==" %%A in (file.ini) do (echo %%B)pause >nul
Your experience on this site will be improved by allowing cookies. Read Cookie Policy