@PRPSpy //after that, save the file as a .bat file (when saving, remove the .txt thing and replace with .bat, i'll put an example here)
//once done, you should open the .bat file, and a terminal should pop up with what was entered (can be changed by swapping the "hi" for something else)
@PRPSpy //open a notepad file, put this into the notepad file:
@/echo off
echo hi
pause > nul
//Ignore the "/" between the "@" symbol and "echo", that's just there so twitter doesn't @ someone