aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c8f04ed..fcb5136 100644
--- a/README.md
+++ b/README.md
@@ -14,14 +14,15 @@ TODO
#### On Microsoft Windows
-This command should set the scheduled task:
+This command should set the scheduled tasks:
schtasks /Create /SC MINUTE /TN srem /TR "C:\path\to\srem.exe --cron"
+ schtasks /Create /SC HOURLY /MO 2 /TN srem-refresh /TR "C:\path\to\srem.exe --refresh-emacs"
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".
+every time the commands are run, open the scheduled tasks manager,
+find the srem tasks and open their properties, and select "Run whether
+user is logged on or not".
## Building