• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Batch File command for attachment

karnj

Junior Member
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 %%
>>
 
Back
Top