QUESTION How would I export an application to another PC not attached to a LAN? ANSWER If using VisualAge Team version 2.0- You can create an export file that contains the application that you want to copy to the other VisualAge workstation. Keep in mind the following: -The component being exported must be a version. -The component version you want to export cannot already exist in the target library. If it does already exist in that library, the system exports only those components that do not already exist in the target libary. Here's what you do: From your image: - Open an application manager browser from the transcript (Smalltalk Tools -> Manage Application). - From the list of applications, select the application version you want to export. - From the Application menu option, select System->Export To. - In the displayed prompter, specify the path and file name for the target library. -Click on OK. The system moves a copy of the application version from the library you are currently using to the target library. If you cannot fit this file on 1 diskette, try using saveram or some other tool that can split and pack files. From the image on the VisualAge workstation where you wish to import the application: - Open the Application Manager Browser - From the Application menu option, select Select->Import->Applications. - In the displayed prompter, specify a path and file name for the library storing the component. - Click on OK. A window is displayed, prompting you for the name and version of the application you want to import. - Select an application; then select a version of the application. - Click on OK. A copy of the application version is moved from the selected library into the library you are currently using.