home *** CD-ROM | disk | FTP | other *** search
- BACKUP.DOC
-
- Keywords: HARD DISK BACKUP UTILITY
-
-
- This is the DOC file for BACKUP, a hard disk backup utility for the
- ATARI ST. BACKUP creates an exact duplicate of the hard disk file structure
- on a series of floppy disks. A restore utility is not needed, since the
- files can be copied back with the GEM desktop.
-
-
- BACKUP.TTP
-
- Keywords: HARD DISK BACKUP UTILITY
-
-
- This is a faster version of the BACKUP utility that was uploaded a
- week ago. BACKUP performs a backup of a hard disk on an ATARI ST by copying
- an exact replica of the files and folders of a hard disk partition onto a
- series of floppy disks. To restore files, simply copy them from the floppy
- disk back to the hard disk using the GEM desktop.
-
-
- COLORTIM.PRG
- COLORTIM.S
-
- This is a extensively modified version of the corner clock program found
- in ABACUS's TRICKS and TIPS. This program was modified by MAST's own Chuck
- Purcell. This is the color version which runs in both low and medium
- resolution. For monochrome users, check the monotime.prg program. Put this
- in your AUTO directory and you will see the time always in your upper right
- hand corner. A very nice addition to your desktop.
-
-
- COMPRESS.TOS
-
- Keywords: MODULA-2 HUFFMAN TDI
-
- This is the compiled & linked version of a Huffman encoding program. The
- source may be found as HUFFMAN.TXT.
-
-
- CONTENTS.PRG
-
- Keywords: HARD DRIVE INDEXING
-
- List the contents of any drive (i.e. hard drive) to a file called
- contents.txt Placed in public domain by ST El Paso
-
-
- COPY2RAM.TOS
- SOLAPAK.DOC
- SOLAPAK.PRG
- SOLINTRO.DOC
- SPOOLER.ACC
-
- Keywords: SOLAPAK ST SPOOLER RAM DISK
-
- This is a Print Spooler/Ram disk/Screen Saver. It can be configured to any
- parallel printer. It is really hot. TAKE A LOOK!
-
-
- DELIBRAR.PRG
- LIBRARY.PRG
-
- The file "LIBRARY.PRG" is used to "ball up" a group of files, which may then
- be squeezed. The file "DELIBRAR.PRG" is used to re-create the original
- files (if you've squeezed the "ball", unsqueeze it before you delibrary
- it!). This utility set is very handy for transfering files (I will be
- using it for some picture files), as you can upload a whole group of files
- as "one" file. Use .LIB for the extender of a "libraried" file.
-
-
- DIRCLEAN.PRG
-
- This program cleans the **Purged** entries from the download lists on a
- Michtron BBS. Its Fully GEM controlled and works great! Just select the
- Download Directory file and let it do its thing!
-
-
- DISKMAN.ACC
-
- A shareware desk acc from MichTron. This program was to good not to publish
- but we really couldn't charge 29-39 dollars for it. So we are going to try
- this. This desk acc will let you Copy, rename and deleat files, Format a
- disk, see how much free space is on a disk, and create or deleat folders.
- Try it if you like it send us a few dollars. If this works we will probably
- have more like it.
-
-
- DUMP.BAS
-
- Keywords: BASIC HEX DUMP
-
- I have found this utiltiy quite useful when verifying serial transfers
- between my Osborne I and 1040ST. It is written in ST BASIC and simply
- displays a HEX and ASCII dump of a file on the screen.
-
-
- FLD2RDSK.DOC
- FLD2RDSK.PRG
-
- Program copies files from a folder named CPY2RDSK to ramdisk named D:
- works from auto folder so on boot you can have programs automaticly
- copied to the ramdisk. written in Personal Pascal. See Doc file for more
- information.
-
-
- FREERAM.PRG
-
- This program will tell you how much free memory you have in your ST. Now
- you can check your memory size without a desk accessory!!!
-
-
- HASH.TTP
-
- Keywords: HASH CODE UNIQUE QED SOFTWARE
-
- This program will generate a unique "hash code" for any file you choose.
- This is useful to find out if two files are really identical, or if an
- upload/download sequence worked properly. This is designed to be used from
- the command shell, depending on your shell, you may have to rename it to
- HASH.PRG. Give it a filename and let it go! The hash of THIS file is
- 146-024-667-565 Alpha Micro fans: This is an alpha-compatible hash code!
-
-
- HUFFMAN.TXT
-
- Keywords: MOUDLA-2 HUFFMAN TDI
-
- This file contains the source for 8 Modula-2 modules that make up a
- complete Huffman encoding/decoding system for the Atari ST. Written in TDI
- Modula-2 they were translated from a similiar file posted by Jonathan
- Amsterdam in MacModula-2. The compiled & linked coder/decoder programs are
- posted as compress.tos and uncompre.tos respectively.
-
-
- LI.C
- LI.DOC
- LI.PRG
-
- Keywords: DIRECTORY GEMDOS LATTICE C PRINTER DEC DIR
-
- LI.PRG, VERSION 2.0. (MAJOR CHANGE) Directory to Printer program. Prints
- a wildcard search on the screen or printer. Lists the filename, filetype,
- size, date, time and read/write flag. If you use DEC computers, you'll
- recognize the output. Written in Lattice C. Uses GEMDOS function calls
- from Lattice library. Source file also includes TMLIB.C support module
- (conversion functions).
-
-
- LU.TTP
-
- Finally, a library utility for the ST!
- Use this to combine several files into 1 library file for transfer or
- storage. Complete set of commands for getting a directory of files in
- a library, extracting files etc.
- Compatible with IBM and CP/M LU.COM.
-
-
- MAKEICON.PRG
-
- Have you ever wanted an icon that was different than the file drawer????
- Well, now you can. This program changes the file drawer into 3 1/2 inch
- diskes. Put it in your auto directory and you will never see the drawers
- again.
-
-
- MONOTIME.PRG
- MONOTIME.S
-
- This is a extensively modified version of the corner clock program found
- in ABACUS's TRICKS and TIPS. This program was modified by MAST's own Chuck
- Purcell. This is the monchrome version which runs in high resolution. For
- color users, check the colortim.prg program. Put this in your AUTO
- directory and you will see the time always in your upper right hand corner.
- A very nice addition to your desktop. Now you can run it in all
- resolutions.
-
-
- STRIPCR.TTP
-
- This is another in the series of c/r file stripers. Try it to get rid of
- those extra characters on those XMODEM downloads.
-
-
- TOASCII.C
- TOASCII.DOC
- TOASCII.TTP
-
- Keywords: UTILITY C ALCYON
-
- A utility to strip nonprintable characters from an ascii file. Also expands
- tabs. See doc file in this DL for details. Written in Alcyon C, uses
- generic C routines, so should port.
-
-
- UNCOMPRE.TOS
-
- Keywords: MODULA-2 HUFFMAN TDI
-
- This is the compiled and linked Huffman decoding program. The source can
- be found in Huffman.txt.
-
-
- UTIL.TOS
-
- This is an interesting little utility program that will change your screen
- colors, set up your modem, and set up your printer characteristics. Very
- simple, yet well done.
-