This is the Israel Public Domain Library: All programs from here have been received either in source form from INFO-VAX, comp.os.vms, in source or executable from DECUS, or written by some member of VMSLIST. As with any Public Domain programs, they may be reproduced and distributed, but not sold in any commercial venture or for profit. Most have been tried at least once on some type of machine be micro or 7xx, or VAX 9210, however, like any disclaimer,there are no gaurantees as to what whether or not the program will work for you. Those that have not been tested are denoted as such. The library is not write enabled to world access, so others cannot put anything in except for me. Additions to the library are welcome, expected and should be made via Ben Pashkoff: BEN@VMSA.TECHNION.AC.IL VMSA::BEN (Israeli DECnet ONLY) Most entries are in compressed form, except the compression program. It should be copied first, and then used to decompress any others. (SEE BELOW!) =============================================================================== library usage- 1)DECnet access: (Israeli DECnet ONLY!! Not on SPAN/HEPnet) $ dir HUJICC::public$:[000000] list of what SUBJECTS are found $ copy HUJICC::public$:[SUBJECT]filename *.* copy the specific file name 2)TCP/IP (Internet) access: Anonymous ftp by ftp VMS.HUJI.AC.IL (128.139.4.3) username: ANONYMOUS password: user@id ftp>ls or list of what files are found ftp>dir ftp>get filename copy the specific file name Getting the lzw compression routines: $ cd [.AAALOOKHERE] $ copy *.* or ftp> bin ftp> mget *.exe ftp> ascii ftp> mget aaa*.* Installing the LZW decompression routine: $ decomp :== $disk:[dir]LZDCM.EXE $ comp :== $disk:[dir]LZCMP.EXE $ decomp filename.BCK_Z filename.BCK $ BACKUP/LIS filename.BCK/SAV ============================================================================= The following is a current listing of what SUBJECTS are there. It may not always be up to date. If it is not, please drop me a POLITE message and I will try to update ASAP. CATALOG.DIR DECUS catalogs and ftp and server listings on-line. COMMUNICATIONS.DIR Programs for communications DECWINDOWS.DIR DECwindows clients and examples EDITORS.DIR Different editor utilities FILE_UTIL.DIR File management utilities GRAPHICS.DIR Graphics utilities GNU.DIR FSF GNU software, this will be updated and packed soon. LANGUAGES.DIR Compilers, interpreters and computer language aids. LOCAL.DIR Local miscelanny that did not fit anywhere yet. NET_UTIL.DIR Utilities for use on network. PRINT_UTIL.DIR Utilities for printers. SYS_MGMT.DIR Utilities for System managers and management SYS_PROG.DIR System programming and Internals stuff. TAPE_UTIL.DIR Utilities for tape manipulation. TEX.DIR TeX distribution, includes DECUS TeX. UNSORTED.DIR Unsorted stuff, that I will get to eventually. UNIX_TOOLS.DIR Unix like tools ported to VMS. USER_APPL.DIR Applications and tools for users.