0

So I'm trying to develop a quick batch program that will help me make items quickly in C# for a mod as its very time consuming to go through and change all the variables. But I'm having some problems doing things such as escaping > Symbols This is what i have so far, but ill need to be able to echo all the characters in this document

(
echo using Microsoft.Xna.Framework;
echo using Terraria;
echo using Terraria.ID;
echo using Terraria.ModLoader;
echo if (ceilingLimit > player.Center.Y - 200f)
) > var1.txt

1 Answers1

0

Just realised that it was the fact that I wasn't escaping the brackets and other symbols as well, my bad.

roschach
  • 8,390
  • 14
  • 74
  • 124
  • 1
    In its current form, this is not an answer, merely a comment, please delete it or edit it in such a way as it more fully answers the question; thank you. – Compo Mar 22 '19 at 17:24