[Mono-devel-list] linux commands

Mads Lindstrøm mads_lindstroem at yahoo.dk
Sun Jul 25 16:10:19 EDT 2004


Try the following program:

using System; 
using System.Diagnostics;

public class Tester  { 
	public static void Main() {
		Process proc = Process.Start("ls", "-la");
		proc.WaitForExit();
	}
}


gökhan özman:
> How can i use linux konsole commands inside c# code? Or can i use?
> Thanks.
> 
> 
> ______________________________________________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!




More information about the Mono-devel-list mailing list