Skip to content

Commit 503c2db

Browse files
Update JARVIS.py
by me edited path
1 parent d145c84 commit 503c2db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

JARVIS/JARVIS.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_dict(self):
167167
shell='powershell.exe',
168168
paint='mspaint.exe',
169169
cmd='cmd.exe',
170-
browser='C:\Program Files\Internet Explorer\iexplore.exe',
170+
browser='C:\\Program Files\\Internet Explorer\\iexplore.exe',
171171
)
172172
return _dict
173173
@@ -214,7 +214,7 @@ def get_app(Q):
214214
elif Q == "open discord":
215215
subprocess.call(["discord.exe"])
216216
elif Q == "open browser":
217-
subprocess.call(["C:\Program Files\Internet Explorer\iexplore.exe"])
217+
subprocess.call(["C:\\Program Files\\Internet Explorer\\iexplore.exe"])
218218
# patch-1
219219
elif Q == "open youtube":
220220
webbrowser.open("https://www.youtube.com/") # open youtube
@@ -280,7 +280,8 @@ def get_app(Q):
280280
"shell": "powershell.exe",
281281
"paint": "mspaint.exe",
282282
"cmd": "cmd.exe",
283-
"browser": "C:\Program Files\Internet Explorer\iexplore.exe",
283+
"browser": "C:\\Program Files\Internet Explorer\iexplore.exe",
284+
"vscode": "C:\\Users\\Users\\User\\AppData\\Local\\Programs\Microsoft VS Code"
284285
}
285286
# master
286287

0 commit comments

Comments
 (0)