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