sending email via the command line?

Y

yawnmoth

I'd like to use the Windows Scheduler to automatically send me a backup
of a particular file, once a week. Unfortunately, I'm not really sure
how to do this. Is there a way to send emails via the command line in
Windows XP? Maybe I could use a *.vbs script? If so, how would I call
the *.vbs script from the *.cmd file?
 
W

Wesley Vogel

Is there a way to send emails via the command line in
Windows XP?

Using Outlook Express, MSIMN.EXE.

Type or paste in a command prompt...

start MSIMN /mailurl:mailto:

Type or paste in Start | Run...

MSIMN /mailurl:mailto:

Or just create a Shortcut to...

"C:\Program Files\Outlook Express\MSIMN.EXE" /mailurl:mailto:

and double click the shortcut.

Or to...
"%ProgramFiles%\Outlook Express\MSIMN.EXE" /mailurl:mailto:

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top