Invoking program does not work properly
Status: Beta
Brought to you by:
derbaff
TeaTimer v1.5.3 Bug Report:
When I tried to launch a program at the end of the
timer, I got the following message from TeaTimer:
I was unable to launch
C:\Program Files\Winamp\Winamp.exe
However when I moved the program to C:\Winamp.exe, it
worked fine.
The problem is that when you are invoking C:\Program
Files\Winamp\Winamp.exe, you are not using quotations
i.e. you seem to be invoking it as:
C:\Program Files\Winamp\Winamp.exe
instead of:
"C:\Program Files\Winamp\Winamp.exe"