バッチファイルにFORループがあり、echoステートメントでカウンター値を出力します。以下のサンプルコード:
SET cycles= (%%n+1) ****here n is a variable of value 1
for /l %%n in (1,1,%iterations%) do (
echo This is Iteration no: (%%n+%cycles%)
)
計算せず、むしろそれが言うので、これは機能していません
For was not expected this time.
(%% n + %% cycles)も試してみましたが、動作しません。
あなたはplsが助けることができますか?