Mtools is great - get rid of doscp!

Chuck Forsberg WA7KGX caf at omen.COM
Mon Jun 24 11:15:41 AEST 1991


In article <1991Jun23.043224.22182 at world.std.com> brigc at world.std.com (Brig C McCoy) writes:
-In article <705 at genco.bungi.com> dls at genco.bungi.com (Dave L. Smith) writes:
->I just got Mtools from CompuServe ( :-( ), and compiled it A-OK under
->SCO Xenix 386.  I don't know what I ever did without Mtools.  If
->you're tired of waiting for doscp to finish, download Mtools in the
->meantime.  Thanks again to Emmet Gray.
->
->Dave Smith
-
-Have you got any pointers to it besides CompuServe?

The Mtools I uploaded to CompuServe had a drive table optimized for
SCO conventions.  Here is the addition to devices.c:

#ifdef SCO
struct device devices[] = {
	{'A', "/dev/rdsk/f0d9dt", 0L, 12, 0, (int (*) ()) 0, 40, 2, 9},
	{'A', "/dev/rdsk/f0q15dt", 0L, 12, 0, (int (*) ()) 0, 80, 2, 15},
	{'A', "/dev/rdsk/f0d8dt", 0L, 12, 0, (int (*) ()) 0, 40, 2, 8},
	{'B', "/dev/rfd196ds9", 0L, 12, 0, (int (*) ()) 0, 80, 2, 9},
	{'B', "/dev/rfd1135ds18", 0L, 12, 0, (int (*) ()) 0, 80, 2, 18},
	{'C', "/dev/hd0d", 0L, 16, 0, (int (*) ()) 0, 0, 0, 0},
	{'D', "/usr/vpix/defaults/C:", 8704L, 12, 0, (int (*) ()) 0, 0, 0, 0},
	{'E', "$HOME/vpix/C:", 8704L, 12, 0, (int (*) ()) 0, 0, 0, 0},
	{'X', "/dev/rfd096ds15", 0L, 12, 0, (int (*) ()) 0, 80, 2, 15},
	{'Y', "/dev/rfd1135ds18", 0L, 12, 0, (int (*) ()) 0, 80, 2, 18},
	{'\0', (char *) NULL, 0L, 0, 0, (int (*) ()) 0, 0, 0, 0}
};
#endif /* SCO */

-- 
Chuck Forsberg WA7KGX          ...!tektronix!reed!omen!caf 
Author of YMODEM, ZMODEM, Professional-YAM, ZCOMM, and DSZ
  Omen Technology Inc    "The High Reliability Software"
17505-V NW Sauvie IS RD   Portland OR 97231   503-621-3406



More information about the Comp.unix.xenix.sco mailing list