Get the full source code of application here:
Hi Join the official discord server to resolve doubts here:
https://discord.gg/cRnjhk6nzW
Visit my Online Free Media Tool Website
https://freemediatools.com/
Buy Premium Scripts and Apps Here:
https://procodestore.com/
Show More Show Less View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to fix
0:04
this error message which is net is not
0:08
recognized as an internal or external
0:10
command so net is actually a
0:13
c way to creating a project in the
0:16
terminal so net if
0:19
you this message comes typically this
0:21
message come because it can't recognize
0:24
net using the terminal so we do need to
0:28
add the exe file sorry the path here in
0:32
environment variable so just search for
0:34
environment variable just go to your
0:36
environment variable right
0:38
here and here you need to go to the path
0:41
here your path variable just click it
0:44
and click on this button edit button and
0:48
there will be this new button available
0:51
you need to click the new button and
0:53
here you need to add this path wherever
0:55
your net is installed so just search for
0:58
net so you will see this net will
1:02
come inside your search menu just search
1:05
for net and right click it and click on
1:09
open file location as soon as you do
1:12
this you will see this exe file is
1:13
present here this is my SDK so first of
1:16
all you do need to install net if you
1:19
haven't installed it it's very simple
1:21
just click uh search on Google net
1:24
download and it's a crossplatform it
1:27
available for Linux Mac and windows as
1:29
well so just install the SDK depending
1:31
upon your internet sorry operating
1:33
system so I've already installed this
1:35
exe file so once you click the download
1:37
button this exe file will be there which
1:40
is
1:42
2.76 megabytes for Windows operating
1:45
system so I've already installed it the
1:47
net by the exe setup so by default it
1:51
will store this inside your this
1:54
location which is C program files and
1:59
inside that where will be a net folder
2:02
so if you open command line here and put
2:05
the net you will see the command will
2:08
definitely work now so now you can't see
2:11
this error message because you are
2:13
opening the terminal in this in this
2:16
folder where the exe file is present so
2:19
now we need to make sure that it is
2:20
accessible globally for globally access
2:22
you just need to copy this path right
2:25
click copy and then you need to go to
2:27
the environment variables and simply
2:29
click click on the new option right here
2:32
and just add this path globally inside
2:34
this path just paste this path here like
2:38
this and click on okay okay and okay and
2:43
you just need to restart your command
2:44
line just open a new instance and then
2:47
just type the command. net you will now
2:49
see the command will perfectly work so
2:52
now you will be able to execute net
2:55
commands in your terminal without any
2:57
error message coming so in this easy way
2:59
you basically add this path in the
3:01
environment variable so by default it
3:03
will present whenever you install your
3:06
net exe file it will be present in this
3:09
path so just need to add this in
3:12
the environment variable so then that
3:15
command will perfectly work so thank you
3:18
very much guys for watching this video
3:20
and also check out my website as well uh
3:22
free media tools.com which contains
3:25
thousands of tools regarding audio video
3:27
and image and I will be seeing you guys
3:30
in the next video
#Windows & .NET
