How to Run EXE Files Directly in VSCode IDE Tutorial
17 views
Jul 3, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to run
0:04
.exe files, executable files directly
0:07
inside VS code without leaving your
0:09
editor.
0:11
So this is actually extension that you
0:14
need to install here which is execunner.
0:18
Just go to the extensions tab and in the
0:21
search bar simply type exeunner. The
0:23
very first extension which comes right
0:25
here. This is the extension. So here it
0:28
allows you to directly run.exe files
0:31
directly from your VS code environment.
0:33
I have already installed it. So just
0:36
click the install button and uh after
0:38
that now if you have any kind of exe
0:42
file let's suppose this is my index.exe
0:45
file.
0:47
So there will be this button available
0:49
run executable directly inside your VS
0:52
code. So you can simply click this
0:54
button and then it will actually uh run
0:57
this executable file directly in the
1:00
terminal itself like this. If I again
1:04
click this you will see enter first
1:06
number enter second number and sum is
1:09
equal to 18. So this is a simple C++
1:12
program exe compile to any exe
1:15
application. But if you don't have this
1:17
extension, you need to again go to file
1:20
explorer and then open this manually. So
1:24
you can do this process directly inside
1:26
VS code. This will save you a lot of
1:28
time as well. So this is a good kind of
1:31
extension. Just go to the extensions
1:34
tab. Just type exeunner and just install
1:37
this extension and you can directly
1:40
execute
1:41
executable files in VS code environment.
1:45
And also check out my website
1:48
freemediatools.com
1:50
uh which contains thousands of tools.