endline in file is being problematic solution?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 20potter

Okay so I am currently working on a project that uses a google script to store data, as part of that I am using a batch file to run wget. The problem is in order to pull off I need a 2 line batch with the second line being partially determined by the value of a variable. The problem is I can’t seems to get \n to work. I tried a few other ways to get the break in the file but I can’t seem to manage it. I had tried splitting it into 2 batch files but for some reason that works when I manually run the batch files but doesn’t when I run them through godots execute. I have tried googling how to do it but have not come up with anything helpful.