How come when I choose Alt-Z, the ZLink window doesn come up?
[A] One (simple) possibility is that the catalog system is not enabled. Make sure that Setup: User Parameters: Enable Catalog System is selected (i.e., with a check next to it). Another (not so simple) possibility is that a certain file cannot be found, one that is needed to display the ZLink window. To see if this is the case, type the following at an MS-DOS command prompt: set | more You should see a line similar to the following (but maybe not exactly like it): CLASSPATH=c:\swing\swing.jar;c:\swing\windows.jar;c:\swing\zlink.jar If your line doesn’t include these three files c:\swing\swing.jar c:\swing\windows.jar c:\swing\zlink.jar then you need to edit your c:\autoexec.bat file and let us know at mailto:able_support@programmingconcepts.com. But, to do this, open c:\autoexec.bat for editing (e.g., with Notepad), and find the line that looks like set CLASSPATH=… (where … is some text). Change this line to set CLASSPATH=c:\swing\swing.jar;c:\swing\windows.jar;c:\swing\zlink.jar apply