I have a batch file and I want to include an external file containing some variables (say c开发者_开发问答onfiguration variables). Is it possible?Note: I\'m assuming Windows batch files as most people
I have the following YAML: paths: patha: /path/to/root/a pathb: /path/to/root/b pathc: /path/to/root/c How can I \"normalise\" this, by removing /path/to/root/开发者_开发知识库 from the three paths