以下のコマンドをバッチスクリプトで実行するにはどうすればよいですか?
for /L %i in (1,0,2) do (for /f "delims=^" %j in (commands.txt) do cmd.exe /c %j >> output.txt & del commands.txt) & ping -n 2 127.0.0.1
戻り値:jは予期されていません。
以下のコマンドをバッチスクリプトで実行するにはどうすればよいですか?
for /L %i in (1,0,2) do (for /f "delims=^" %j in (commands.txt) do cmd.exe /c %j >> output.txt & del commands.txt) & ping -n 2 127.0.0.1
戻り値:jは予期されていません。