Skip to content

Commit 4a1acf2

Browse files
authored
Update README.md
1 parent e36f490 commit 4a1acf2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Launching other Programs/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
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

Comments
 (0)