aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-04-07 08:58:30 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-04-07 08:58:30 +0900
commit7019da9b33e97f9de0ee85ee6c6e4510954bd765 (patch)
tree45b0e8e17c38a8ac5ad2631d9f20b61457e55bfa
parentd27979b61d4a054973293347efa46bd7c0399fd6 (diff)
downloadsrem-7019da9b33e97f9de0ee85ee6c6e4510954bd765.tar.gz
add refresh-emacs Windows scheduled task to readme
-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