Arrays, linked lists and other data structures in cmd.exe (batch) script

Ok. I’ll try to be as clear as possible to not be misunderstood… In Windows Batch files a variable name should begin with a letter and may include any valid character, where valid characters are: #$'()*+,-.?@[]_`{}~ besides letters and digits. This means that from the cmd.exe point of view, SET NORMAL_NAME=123 is exactly the same … Read more