like in lotf all startups are listed in the ServerLogs.txt i have the command for it just dont know how to put it into the coemu V2
this is from the LOTF source
Code:
public static System.IO.StreamWriter sw = new System.IO.StreamWriter(Application.StartupPath + @"\ServerLog.txt", true);
could someone rewrite it so that it will work with the coemu source