hi, i'm kind of new to c# and i was wondering how to start a process, for example, say my process is "example.exe", and is in the root of c drive in visual basic i would start it by using: process.start("c:\example.exe"), how would i do this in c#?