Way to start Windows app automatically?
andrewski (Remember The Milk) says:
Hi chubba27,
We don’t have a specific feature for this, but you can use Posted 8 years ago
We don’t have a specific feature for this, but you can use Posted 8 years ago
I use Autohotkey: https://autohotkey.com/
The command would be:
IfWinNotActive, Remember The Milk
{
run "C:\Users\YOURUSERNAME\AppData\Local\rememberthemilk\app-1.1.1\remember the milk.exe"
}
If you put the AutoHotkey script inside the startup folder it should start then open RTM automatically
The command would be:
IfWinNotActive, Remember The Milk
{
run "C:\Users\YOURUSERNAME\AppData\Local\rememberthemilk\app-1.1.1\remember the milk.exe"
}
If you put the AutoHotkey script inside the startup folder it should start then open RTM automatically