CUSTOM COMPUTER APPLICATIONS - A subsidiary of Travelers Express Fall 1988 DECUS Submissions We are currently under VMS 4.7, so none of these command procedures require V5 or use the block IF structure (sigh). Maybe next spring... Neither myself nor Custom Computer Applications accepts any responsibility for the use or reliability of these submissions. They may not be sold for profit, but may be distributed freely otherwise. Enjoy! Harry Flowers Custom Computer Applications 1780 Moriah Woods Blvd. #6 Memphis, TN 38117 Contents: AAAREADME.TXT - This submission documentation file TWO_SIDE.PAS - Ever want to print a file on both sides of the paper? This TWO_SIDE.OBJ program splits a file into two files: front and back. One TWO_SIDE.EXE caution: at one point, half the file will be in memory! We have used this with fairly large (>300page) files with no problems. The object file is included for those without Pascal compilers who may wish to re-link the image. Just print the front, turn the paper over, and print the back. BINARY.COM - Ever wish SHOW SYMBOL showed binary as well as decimal, octal, and hexadecimal? DELDIR.COM - Makes deleting directories very easy. Takes care of all files and subdirectories as well. Only requires CONTROL access to the files and write access to the directory. DISK.COM - Shows free disk space for all disks; (F87: longer disk names), (S88: shadowset support), (F88: misc fix when SHO DEV is more than one line per disk as in Mounted MountVerification Timeout) OKI.COM - Print a file on an attached printer. (Called OKI here because we use mainly Okidata printers on printer ports.) REVIEW.COM - Makes cleaning up directories much easier. REVIEW asks about each file matching the input wildcard filespec (default is all) giving the option of typing, editing, deleting, or moving the file. You may also issue any DCL command (such as DUMP or SPAWN). Great for cleaning out old files from directories. DS200DEF.COM - A version of VT2XXDEF.COM which has been modified especially for setting up new systems with multiple DECservers. It defines the keys necessary for defining interactive and printer ports. Directions for use are found at the end of the procedure. *** Files from session VA181, "Programming in DCL: Techniques and Standards" *** DCLTALK.LN3 - A LN03-printable (with a RAM cartridge) copy of the overheads. ACCOMP.LN3 - A LN03-printable (with a RAM cartridge) copy of the accompanying text for example DCL command procedures in the talk. FINDIMAGEVER.COM, READTAPE.COM, SECAUDITWILD.COM, SYSCHECKSUMS.COM, VT2XXDEF.COM - Command procedures used as examples for the talk. Most of them have been submitted on previous (F87, S88) VAX SIG tapes. *** ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ***