How to fix dotnet is not recognized as an internal and external Command Error in Terminal
0 views
Jun 7, 2025
Buy 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 fix
0:04
this error message if it is coming that
0:06
if you write net and it on the terminal
0:09
and it is showing you this error message
0:11
that net is not recognized as an
0:14
internal or external command so this
0:16
typically happens if you haven't added
0:18
the path to your environment
0:20
variable so I'm assuming that you have
0:24
install net inside your system net is
0:27
not uh is nothing but the
0:32
net uh if you haven't installed it then
0:35
you should definitely go to the website
0:37
and download. net but if it is installed
0:42
but if you can't access it in the
0:44
terminal then by default net
0:47
is if you open your C directory and just
0:50
go to the folder program
0:53
files so the default location where net
0:56
is stored in is this folder it has a
0:59
folder called as
1:01
net and here all the executables are
1:04
located simply copy this location right
1:07
click copy cprogram files.net and just
1:11
now open your environment variable and
1:14
just go to this environment
1:16
variable and go to the system variable
1:19
uh just go to the path here edit and
1:23
just click the new and paste the path
1:27
here C program files do net and just
1:30
click okay okay okay and just restart
1:34
the terminal and just type the same
1:36
command dot
1:39
net and now you will see the net command
1:42
will perfectly
1:43
work so this is a very simple solution
1:46
to this problem and uh you just need to
1:49
add the path where the net is stored by
1:52
default it stored in s program files
1:54
just add them into the environment
1:56
variable and then 100% the problem will
1:59
fix so thank you very much for watching
2:01
this video and also check out my website
2:03
free mediat tools.com uh which contains
2:07
thousands of tools regarding audio video
2:09
and image
#Programming
#Software
#Windows & .NET