Is there any way to make a custom cmd command using python? So when I type this in command prompt-
Microsoft Windows [Version 10.0.19041.867]
(c) 2020 Microsoft Corporation. All rights reserved.
C:/Users/User123>command1
I can make the prompt show "Hello World!" like this-
Microsoft Windows [Version 10.0.19041.867]
(c) 2020 Microsoft Corporation. All rights reserved.
C:/Users/User123>command1
C:/Users/User123>Hello World!