I or any other contributors allow you to use and modify freely under the condition that I or other contributors are in no way responsible for any damage or loss you may suffer.
15/09/03 | V1.1 | map datapath (gjarvis@ieee.org) |
17/06/03 | V1.0 | Initial version (gjarvis@ieee.org) |
PUTCLASS is a REXX program to generate selected object classes. A list of desktop and startup objects is automatically generated in file 'putclass.lst' and controls selection.
The following statistics are displayed:
putclass [(Options] | |
Options | [ALL] |
---|---|
ALL | all classes are created in file 'putclass.all' with same format as 'putclass.din' |
An ASCII file, 'putclass.lst' lists all classes. Each line tells whether object is selected or excluded.
* | blank lines and lines starting with an asterik are ignored |
EXC | exclude object and all its descendents |
Parameter | EXC class |
---|---|
class | class |
INC | include object and all its descendents |
Parameter | INC class |
class | class |
If there is neither 'INC' nor 'EXC' for a object then an 'EXC' line is appended to bottom of file. Just run the program and it will generate the 'EXC'. Edit the file by changing 'EXC' to 'INC' for objects you want. Then run the program again.
An ASCII file, 'putclass.din', is generated with following format.
first line | information on who, what and when generated data |
---|---|
rest of lines | class setup |
class | class |
setup | setup string |
All locations and setups have bootpath replaced by 'C:\'.