From d27979b61d4a054973293347efa46bd7c0399fd6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 6 Apr 2015 11:27:45 +0900 Subject: setting the scheduled task on Windows in README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5d70b6e..c8f04ed 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,23 @@ TODO ## Usage +### Setting reminders + TODO +### Receiving reminders + +#### On Microsoft Windows + +This command should set the scheduled task: + + schtasks /Create /SC MINUTE /TN srem /TR "C:\path\to\srem.exe --cron" + +To get rid of the command prompt window that momentarily flashes up +every time the command is run, open the scheduled tasks manager, find +the srem task and open its properties, and select "Run whether user is +logged on or not". + ## Building TODO -- cgit v1.2.3