Quote:
Originally Posted by wallflower75
I downloaded ... text files--but what the heck do I do with those?
|
In general, when you download source code from (say) pastebin.com it comes as a .txt file. You need to rename it to indicate its language. If it is a Python script, change .txt to .py. After it is renamed, if you have Python installed, Windows will recognize the file as a Python script and you can use it as a command name on the command line.