5.6 How to load an m file or a package?

Append to the Path the folder name where the package is located in. In this example, assuming there is a package control.m located in folder C:\data then type the following to load the package

AppendTo[$Path, "C:\\data"] 
<< control.m