EELib EELib, The library maintenance part of the EEDraw Package. EELib provides EEDraw with a simple set of library maintenance commands, These allow the user to add, remove, list and modify part's in the various libraries provided with EEDraw. This program is driven from the command line with the aid of several user supplied switches. With the hope in the future of writing some form of menu interface, the command line interface in know as 'Batch Mode'. Batch Mode Here the program respond's to several form's of the command line, they are listed bellow. EELIB -a Add a 'Part' to the library file, EELIB -c Create the basic library file from scratch, make sure to warn the user if there is a file of that name present. EELIB -d Delete a part from a given library file, The deleted file is saved in a file called .del EELIB -e Extract the given part from the given library. EELIB -l List the given library file placing the list into a list file EELIB -s Show a list of all components in a given library to the user. All files are passed into the program without any extensions added, this is done automatically by 'EELIB', following is a table showing what the given file mapping is:- File Description File Extension (Don't add extension) Deleted file .DEL Library file .LIB Part file .BIT List file .LST