cedws / discord-delete

Tool to delete Discord message history
GNU General Public License v3.0
126 stars 18 forks source link

eindows.exe file is not recognized. #23

Closed Spade1953 closed 4 years ago

Spade1953 commented 4 years ago

I am using windows, I have verified my token is correct, and I am using PowerShell to use the commands.

The error message is: /discord-delete-windows.exe : The term '/discord-delete-windows.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

cedws commented 4 years ago

You need to cd to the folder where you downloaded the program. Run cd ~/Downloads to move to your Downloads folder. Then run ./discord-delete-windows.exe partial (note the . at the start, this is important).

Spade1953 commented 4 years ago

Thank you! It worked.