Hi, I have a big problem in the package, its complexity is to tell, but I understood how to solve it, the problem is that I did not know how to do this in batch mode, if in C # I can do it easily since im new in the party, below C #, can you guys teach me how to do the same in batch? i google'd all day but can't find a way, thanks in advance
ArrayList list = new ArrayList(); //let say variable "Filesx" consist of files count in one folder for(int i = 0; i < Filesx; i++){ list.Add("file number : " + i); }
P / S: if arraylist is not possible in batch mode, only the array is approved
source share