View Single Post
Old 04-09-2009, 09:52 AM   #2 (permalink)
EDE Tech
 
Newb Techie

Join Date: Mar 2009

Location: Michigan

Posts: 21

EDE Tech is on a distinguished road

Default Re: help with .bat command

I am afraid that is as far as you can get with a batch file. You are sending a command line parameter to their default mail program. Outlook, Thunderbird, etc.. all operate differently there is no way a batch file can tell all those programs to push the send button. You can however use a batch command to create the isp information into a text file but again the user would have to attach it themselves.

ipconfig /all > fileatt.txt
EDE Tech is offline