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?
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?
Comments
No Comments Exist
Be the first, drop a comment!