private void button1_Click(object sender, EventArgs e)
        {
            Process p = new Process();
            p.StartInfo.FileName = @"蛋糕";
            p.Start();
            
        }那个蛋糕师普通文件,想把它按exe文件读取出来,如何写啊