Producing the surfarro package
The source file surfarro.txt can save the surfarro package in a form that can be loaded by the command with(surfarro) , but some preparation is needed. I'll assume you have an advisor directory in which your Maple Advisor Database files are stored.
Make a subdirectory surfarro of advisor .
Start Maple, and enter the following commands:
> savelibname := `c:/advisor`;
(Change this to the correct path for the advisor directory on your system)
> read `surfarro.txt`;
If savelibname has not been assigned a value when you read surfarro.txt , the package will be loaded for this session but will not be saved.