home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************/
- /* FREE Copyright 1987 by Tom Smythe */
- /* RealTime Asc. Seattle, Wa. */
- /* (206)-547-7292 */
- /* (206)-774-4735 bbs */
- /* */
- /* FREE returns the available free bytes on any storage device */
- /* that AmigaDos sees as a drive. A list of up to six drives */
- /* is kept by the program and may be cleared or added to at any */
- /* time by the user. Chip and Fast memory, if available, is */
- /* always displayed except when in command mode. If a device is */
- /* not currently mounted a requester is displayed. If the device */
- /* is not subsequently mounted, it is ignored in the output. */
- /* */
- /* */
- /* Command Mode is initiated by the "-x" parameter. */
- /* The full path name must be specified eg. "df0:c/free -x" */
- /* "-x" with no parameters re-ititializes the drive list. */
- /* "-x dfn: dhn: vdn: ram:" adds named devices to list. */
- /* "?" returns a USAGE statement. */
- /* */
- /* The author grants license to copy and distribute this program */
- /* for non-commercial purposes as long as the Copyright notice */
- /* remains intact. */
- /* */
- /* I thought it might be fun to write a program that goes in and */
- /* alters its own executable code. This was the result of these */
- /* efforts. I had fun with it. Hope you do too. */
- /* Tom Smythe */
- /* Seattle,Wa. */
- /* 01/29/87 */
- /* */
- /*********************************************************************/
-