This message was edited by christopheva at 2006-6-7 15:44:9
I am trying to make a mail program with BAT:
@echo off
telnet 192.168.1.103 25
mail from:*****@********.com
rcpt to: ***@*******.com
data
test.
.
This is my BAT file. But it doesnt work :( .
When I type all this my self in ms-dos executor, it works.