Issue with Netcat.

Miniweb Posted messages 2 Status Member -  
 mooviies -
Hello,

I just downloaded Netcat. A software that seems great. So I'm trying to access it by typing: nc -h in cmd.exe. However, here’s the message that pops up:
'nc' is not recognized as an internal or external command, an executable program or a batch file.
:-/ What’s going on?!
Can someone help me? Thanks. :)

Best regards,

Miniweb.

1 answer

  1. mooviies
     
    Move nc.exe to C:\Windows\System32 if you want it to work in the console regardless of the path you are in. Otherwise, you need to navigate to the location of nc.exe using the cd command. But the first method is simpler :P
    0