Category Archives: Microsoft

Enable Command Line Completion

Command completion allows you to type only a portion of a file name, and then have the system complete the rest by pressing the specified key. This is similar to the the UNIX shell command completion feature.

How to Restrict External Internet Mail in Only One Mailbox

This article describes how to restrict Internet Mail from users by filtering messages in the Internet Mail Service connector. When you select this option, all internal users in the organization who use that Internet Mail Service Connector for Internet mail delivery are affected.

Better App.Path Function

App.Path returns a string with the “\” character at the end if the path is the root drive (e.g., “C:\”) but without that character if it isn’t (e.g., “C:\Program Files”). Most of the time we need the “\” at the end, so this function saves you the inconvenience of adding it every time.