public int Shell(string filename, string command = null, string mode = "open", int showmode = 1) { return(Luna.ShellExecute(0, mode, filename, command, null, showmode)); }