[14:03] Morning [14:24] <_stink_> yo [14:27] morn [17:38] Afternoon everyone. Anyone know Batch scripting? I have been trying to create a batch script and can't seem to get it right. Right now I am just trying to iterate through a list. :( [17:39] batch scripting is a general term. [17:39] do you mean dos/windows .bat files? [17:39] .bat files, correct [17:39] I am trying to do a simple for loop at the moment, but failing [17:39] :( [17:39] ugh, i recall their for syntax being totally weird. [17:41] The list I am trying to iterate through is a list of strings. I have tried the following: set list = (string1 string2) set list = ("string1" " [17:41] set list = ("string1" "string2) [17:41] ..."string2" [17:41] set list = ("string1 string2") [17:42] and when I look at the console window, it just says that incorrect syntax. [17:42] for %%i in (%list%) [17:43] try #windows or #c#, even though it isn't C# :) [17:44] alright, I will try there [23:12] Rainy outside [23:18] doh