读:
string[] lines = System.IO.File.ReadAllLines("C:\\Command.txt"); foreach (string s in lines) Console.WriteLine(s);