I am new to programming, my only experience is a semester of high school computer science. I am using Canopy, and I am running windows 10. I currently have a program that when run in Canopy, gives me my total ram, cpu usage, ram usage, ETC. I want to make it so that I can run this program on most computers running windows, preferably opening in command prompt. What is the easiest or most stable way of doing this? I can provide the code if it would help in answering the question. Thank you for your time, V.Montori
EDIT I may have explained that poorly. My program is currently to print out my cpu usage, ram stats, etc. in the Canopy output thing. I want to make it so that I can double click my program on any windows computer and have it print out the same stats but in a command prompt window or something similar.