We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36f490 commit 4a1acf2Copy full SHA for 4a1acf2
Launching other Programs/README.md
@@ -1 +1,15 @@
1
Folder contains Python Script to launch any other program in Windows Operating System.
2
+
3
+```
4
+In command prompt run the python script
5
+C:\>python main.py
6
+Enter path of your program: C:\Windows\System32\calc.exe
7
+Calculator is launched
8
9
+For similar cases
10
11
+In command prompt run the python code to launch notepad
12
+C:\> python main,py
13
+Enter path of your program: C:\Windows\System32\notepad.exe
14
+Notepad is launched
15
0 commit comments