S
San
I am very new in VB.Net.
I want to send email thru batch file. The batch file contains only
.exe file name and .ini file with space ( .exe .ini). When i double
click the batch file it will call .exe file and .ini file.
.INI looks like this
[FROM]: (e-mail address removed)
[TO]: (e-mail address removed)
[Subject]: ffff#subject.com
[Body]:hhhhhhhhhhhhhhhhhhhh
Body is multiline
Can u plse tell me how to read each line seperatly and store in
different variable like "strFrom" contains only FROM address, strTo
contains only "TO address ......??
I want to send email thru batch file. The batch file contains only
.exe file name and .ini file with space ( .exe .ini). When i double
click the batch file it will call .exe file and .ini file.
.INI looks like this
[FROM]: (e-mail address removed)
[TO]: (e-mail address removed)
[Subject]: ffff#subject.com
[Body]:hhhhhhhhhhhhhhhhhhhh
Body is multiline
Can u plse tell me how to read each line seperatly and store in
different variable like "strFrom" contains only FROM address, strTo
contains only "TO address ......??