Family members

PUTCLASS V1.1


DISCLAIMER

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.

WHAT'S NEW

HISTORY

History
15/09/03V1.1map datapath (gjarvis@ieee.org)
17/06/03V1.0Initial version (gjarvis@ieee.org)

DOCUMENTATION

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:

read
number of classes read in 'putclass.lst'
new
number of classes in your system but not in 'putclass.lst' and will be automatically added
created
number of created objects in 'putclass.din'

Command Line Syntax

Command Line Syntax
putclass [(Options]
Options [ALL]
ALL all classes are created in file 'putclass.all' with same format as 'putclass.din'

putclass.lst

An ASCII file, 'putclass.lst' lists all classes. Each line tells whether object is selected or excluded.

putclass.lst
* 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.

putclass.din

An ASCII file, 'putclass.din', is generated with following format.

putclass.din
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:\'.

Examples: