documentation for scheduled task
This commit is contained in:
parent
e7645cfa3d
commit
016c28f951
BIN
documentation/Screenshot_20250903_111521.png
Normal file
BIN
documentation/Screenshot_20250903_111521.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 487 KiB |
15
documentation/scheduled_task.md
Normal file
15
documentation/scheduled_task.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Setting up a scheduled task in Windows
|
||||||
|
|
||||||
|
1. Open "Task Scheduler"
|
||||||
|
2. Click "Create Task" in right side bar
|
||||||
|
3. Enter Task name and select "Run whether user is logged in or not"
|
||||||
|

|
||||||
|
4. Go To "Triggers" tab and add a trigger with the following parameters
|
||||||
|

|
||||||
|
5. Go To "Actions" tab and add an action
|
||||||
|

|
||||||
|
6. Use the browse button to select the "run_make_reservations.bat" script
|
||||||
|
7. Enter the path of the fsp_scripts dir in the "Start In" field (your path will be different than the screenshot)
|
||||||
|
8. Click OK and verify task is listed with a status of "Ready"
|
||||||
|
9. Each time the script runs it will dump it's text output to a file called reservations.log in the fsp_scripts directory. Check this regularly to make sure the script is behaving
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user