I have a batch script trying to execute out of anthill to get the folder names containing plsql to be compiled.
for /F %%a in ('dir /b D:AHP_WorkDirvarjobsprojects
prt_test
prt_testplsql') do (
set FOLDER=%%a
echo *** PROCESSING FOLDER %FOLDER% ***
)
This echos
* PROCESSING FOLDER *
as if the variable is not getting set, which I'm pretty sure is true after spending way too long on verifying it
So...What am I doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…