I don't understand the significance of the "[][]" in this string. From what I can see, it somehow 'closes' the "[TRIMFIRSTFOLDER]" statement, because without them [TRIMFIRSTFOLDER] is actually part of the path name itself.
Basically, the command works like this: [TRIMFIRSTFOLDER]<path to trim>[]. However, you want the first TWO folders trimmed, so we just next the commands. And yes, it seems the [] does close the statement, probably to account for spaces.
Comment