[next] [prev] [prev-tail] [tail] [up]
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
control.m
C:\data
AppendTo[$Path, "C:\\data"] << control.m
[next] [prev] [prev-tail] [front] [up]