Updated Scheduling exports on Windows (markdown)

Yudi
2019-04-20 18:23:34 -03:00
parent dc45f5a28b
commit 6a14f62ee3

@@ -1,8 +1,8 @@
We'll be using [DiscordChatExporter Cli](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest) for this Guide. We'll be using [DiscordChatExporter CLI](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest), Powershell and Task Scheduler.
# #
**1.** Open a text editor such as Notepad and paste: **1.** Open a text editor such as Notepad and paste:
``` ```powershell
# Info: https://github.com/Tyrrrz/DiscordChatExporter/wiki # Info: https://github.com/Tyrrrz/DiscordChatExporter/wiki
$TOKEN = "<token>" $TOKEN = "<token>"
@@ -45,7 +45,7 @@ exit
`<format>` with one of the available export formats `<format>` with one of the available export formats
Make sure not do delete the quotes (") Make sure not to delete the quotes (")
**3.** Save the file as `filename.ps1` not `.txt` **3.** Save the file as `filename.ps1` not `.txt`
@@ -57,7 +57,7 @@ exit
**2.** Paste `filename.ps1` or a shortcut to this folder **2.** Paste `filename.ps1` or a shortcut to this folder
## Scheduling with Task Manager ## Scheduling with Task Scheduler
Please notice your computer must be turned on so the exportation can occur. Please notice your computer must be turned on so the exportation can occur.
@@ -82,4 +82,4 @@ Please notice your computer must be turned on so the exportation can occur.
![](https://i.imgur.com/LHgXp9Q.png) ![](https://i.imgur.com/LHgXp9Q.png)
# #
Credits to [@RenanYudi](https://github.com/RenanYudi) Special thanks to [@RenanYudi](https://github.com/RenanYudi)