How can I start another application from within C# code? I can't get this piece to work correctly
System.Diagnostics.Process.Start(@"%userprofile%\AppData\Local\Google\Application\chrome.exe");
Edit: Wow I was dumb and just noticed what I forgot in the filepath. Thanks for the answers though they helped teach me some other useful things.