From 6a14f62ee30be7e28101e16a73d3cfb620788004 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sat, 20 Apr 2019 18:23:34 -0300 Subject: [PATCH] Updated Scheduling exports on Windows (markdown) --- Scheduling-exports-on-Windows.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Scheduling-exports-on-Windows.md b/Scheduling-exports-on-Windows.md index 0783dd1..a91d7ee 100644 --- a/Scheduling-exports-on-Windows.md +++ b/Scheduling-exports-on-Windows.md @@ -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: -``` +```powershell # Info: https://github.com/Tyrrrz/DiscordChatExporter/wiki $TOKEN = "" @@ -45,7 +45,7 @@ exit `` 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` @@ -57,7 +57,7 @@ exit **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. @@ -82,4 +82,4 @@ Please notice your computer must be turned on so the exportation can occur. ![](https://i.imgur.com/LHgXp9Q.png) # -Credits to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file +Special thanks to [@RenanYudi](https://github.com/RenanYudi) \ No newline at end of file