Anonymous - 2011-02-27

I found the problem, I had spaces in the path to the exe. The way the function runProcess() in TeaTimer.cs handles the path does not work with any path like "C:\Program Files\some.exe". Could you just pass the variable sFile directly to System.Diagnostics.Process.Start(sFile, t) after verifying sFile is not null?