You can use the "Document" command, or doc for short. Problems: Notes windows don't appear, Matrices and Worksheets are treated the same way.This script should help:
// Get all Window Names in Project
//
// **NOTE** the %Z formating, watch where the " start and end!
%Z="%Z
** Non Minimized: ";
doc -e O {
%Z=%Z %H;
};
%Z="%Z
** Graph Windows: ";
doc -e P {
%Z=%Z %H;
};
%Z="%Z
** Worksheet Windows: ";
doc -e W {
%Z=%Z %H;
};
%Z="%Z
** Matrix Windows: ";
doc -e W {
%Z=%Z %H;
};
type %Z;
Craig Storey
[This message has been edited by CStorey (edited 09-29-2000).]
[This message has been edited by CStorey (edited 09-29-2000).]