I want to do some processing on each line of a file.
for /f "delims=" %%i in ("%RF_PROPERTIES%") do (
echo %%i
)
My RF_PROPERTIES points to a file path with spaces (c:program filesArcot systemsconf
f.properties). It is complaining saying Environment variable C:Program FilesArcot not defined, even though I have provided quotes. How to get it working?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…