Jobs by John Mealing InteCom, Inc 601 Intecom Drive Allen, TX 75002 This is a suite of command files to do three system manager functions: a) create new accounts (newuser.com) b) list user accounts by name or uic (listacnt.com) c) list disk use by username (use1.com -> use5.com) All are driven by the job.com command file. There are several specialized features in each of these. NEWUSER allows creation of accounts and makes disk quota entries. It wants a data file containing the account names, disk numbers, and uic groups, but only types this to the screen so that they can be entered manually. It is not at all critical as to format, so make like you want it. NEWUSER will give any one in a selected group (we use 75) a WPS+ account, and calls the WPLINIT command file to do the initializing things. That command file is included in a modified form to map to NEW and block the prompts. Finally, if you haven't proper priviledges, it terminates; and it will NOT create a system acccount or allow any but default privileges. This allows a relatively inexperienced clerk to add accounts in reasonable safety. LISTACNT is a simple thing to do just that, but blocks some system and system manager accounts by checking the UIC. USE is a set command files to get the disk usage info from diskquota and the usernames from authorize and combines them into a formatted report which gives total usage by disk by username and total for each device. There will be some system dependent things like disk names to be customized, but it should run ok.