AddToolFile method
AddToolFile(text$, id, filename$)
AddToolFile
The AddToolFile(Title, ID, PictureName) method adds an item to a persistent tool menu created by the AddToolMenu method. The ID argument should be a unique identifier for the item. The PictureName argument specifies the filename of a picture to associate with the item. The image file should be copied to the client using COPY OBJECT.
For an example using this method see the AddToolMenu method