
I would be very grateful if somebody explains me.
I attach an abstract from the code which is about to do that.
Code: Select all
call sxstart %0
call sx %0
set falist=439GT
set bstep=0 3000 6000 9000 12000 15000 18000 21000 24000 27000 30000 33000 36000 39000 42000 45000 48000 51000 54000 57000 60000
for %%f in (%falist%) do (
for %%b in (%bstep%) do (
call nfeat.bat %f-%b-res.sx > %f-%b-rf.tmp
)
)
cat %f-%b-rf.tmp > %f-nfeat.wqs
del *.tmp
sxexit
The code is not mine so i have to figure something out for me to understand. How do variables"%f" and "%b" work? They were not introduced earlier... I would like to hear about variables and references to them... like this "%f" and "%b" and different "%1","%2" etc