I would like to integrate my program into the Command Interpreter in Windows 10 (preferably without registry edits). I have done minimal work with Libraries, but I still could write a DLL if that is necessary in any way. I would like to run my program, lets call it "speedtest" for this example. I would like to type the following in the Command Prompt to run it:
speedtest
Much like entering "py" into the Command Prompt with Python installed will open the Shell environment, I would like to do the same thing with my programs. Any way to do this easily?