Hi help needed..
I have successfully created the following need it to add the ipresult.log file attached to the email within the command, can anyone assist. As we are collecting info from our remote sites so calling them individually is pain staking.
>>
@echo off
ipconfig /all > c:\ipresult.log
START mailto:test@test.co.uk?subject=MAC%%20Address %%
>>
I have successfully created the following need it to add the ipresult.log file attached to the email within the command, can anyone assist. As we are collecting info from our remote sites so calling them individually is pain staking.
>>
@echo off
ipconfig /all > c:\ipresult.log
START mailto:test@test.co.uk?subject=MAC%%20Address %%
>>