jackharro / script-to-open-default-mail-program

A CMD file to open the default mail program on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What this script is for

• This script is used to run the default mail application on Windows.

• I have this in %PATH% so that I can Run mail to open my mail program, which has changed a few times recently.

Compatible Clients

• Mozilla Thunderbird

Contributing

Check out the issues or raise a new issue if this script doesn't work with your client. Or, maybe there is an enhancement. Add compatible clients to Compatible Clients

I was feeling quirky and wrote the file in uppercase. Feel free for contributions to be in lowercase. Also, IFs don't need to have C-style brace indentation, Java-style will do fine.

You may notice that I use the Unicode bullet point /U2022 rather than a character like *. Get with the times, gramps.

About

A CMD file to open the default mail program on Windows

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%