$ SET DEFAULT [<directory_above_desired>] !set location to above new directory
$ CREATE /DIRECTORY [.<new_directory>] !create a new directory
$ DIRECTORY [.<new_directory>] !check that directory exists
$ COPY [<other_directory>]LOGIN.COM [<new_diretory>]LOGIN.COM !add a login file
$ MC AUTHORIZE !open the user management program
$ SHOW [<group>,*] /BRIEF !show all UIC of group
$ COPY <username> <new_username> /UIC=[<group>,<unique>] /OWNER="<new_user>" !copy an existing user that is in the same UIC group
$ MODIFY <new_username> /DIRECTORY=[<new_directory>] /LGICMD=LOGIN.COM !change home and login file
$ MODIFY <new_username> /PRIVILEGES=ALL /DEFPRIVILEGES=ALL !add all privileges
$ MODIFY <new_username> /PASSWORD=<new_password> /NOPWDEXPIRE !add password and prevent change required on login