Looping in CLI to bypass setProxy limit

I’m unable to figure out code for the following work flow.

  1. get data from csv file and set csvLineNumber to x
  2. csvRead - to read data from column x
  3. set csvLineNumber to x+1
  4. save csvLineNumber in certain csv file

I cannot use !TIMES to loop because it loops within one run, thereby reaching limit of setproxy command in free version.