Post batch

From Pumping Station One
Revision as of 17:15, 11 April 2010 by Mjbraun (talk | contribs) (Created page with '@echo off pushd C:\Documents and Settings\ripper\Desktop\Rip Results for /f "tokens=* delims=" %%a in ('dir/b/a-d') do ( set content=%%~a ) sendemail -t %EMAIL% -f psonerip@…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@echo off

pushd C:\Documents and Settings\ripper\Desktop\Rip Results

for /f "tokens=* delims=" %%a in ('dir/b/a-d') do (

set content=%%~a

)

sendemail -t %EMAIL% -f [email protected] -s smtp.gmail.com:587 -u "Rip complete!" -o message-file=%content% -xu [email protected] -xp ps1frocks