Search found 2 matches

by q-bertsuit
16 Feb 2012 02:31
Forum: DOS Batch Forum
Topic: Giving more commands when a program has been executed
Replies: 4
Views: 5268

Re: Giving more commands when a program has been executed

Thank you your answer.

Yes, I would like it to execute these commands inside netcat, but it still runs in the cmd window?

So there is no easy way around this?
by q-bertsuit
16 Feb 2012 02:21
Forum: DOS Batch Forum
Topic: Giving more commands when a program has been executed
Replies: 4
Views: 5268

Giving more commands when a program has been executed

Hi, I'm completely new to writing batch scripts. I'd like my script to run netcat and then send a few commands, but when I run it, the script stops and waits for netcat to exit. Is there a way to write commands when the netcat promt comes up? This is what I have done so far: :: WP.bat :: Runs WordPe...