aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-06 11:27:45 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-06 11:27:45 +0900
commitd27979b61d4a054973293347efa46bd7c0399fd6 (patch)
treeb71a9f62df387af6e118473396bbd393cd3eed5e
parent99b8a91bf70ec322d5fc8f3f446ec66f92b5f276 (diff)
downloadsrem-d27979b61d4a054973293347efa46bd7c0399fd6.tar.gz
setting the scheduled task on Windows in README
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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