Computing.net: Question & Answers Forum Latest Questions

computing
  • 44
  • 44

I have used the following code to create a Batch Array. Set /A Count=1:LOOPSET Temp[%Count%]=ASET /A Count+=1IF %Count%==10 (GOTO EOF) ELSE GOTO LOOP ——————————————————————- Command Line: ECHO %Temp[1]%Output = A Although what I want to do is to ...