Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!mcnc!unccvax!cbenda From: cbenda@unccvax.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: User interfaces (and the Mac) Message-ID: <664@unccvax.UUCP> Date: Sun, 12-Apr-87 14:26:54 EST Article-I.D.: unccvax.664 Posted: Sun Apr 12 14:26:54 1987 Date-Received: Mon, 13-Apr-87 23:49:10 EST References: <775@oliveb.UUCP> <1579@bnrmtv.UUCP> <1339@uwmacc.UUCP> <194@eli.UUCP> <5988@dartvax.UUCP> Organization: Univ. of NC at Charlotte, Charlotte, NC Lines: 16 Summary: that's what batch files are for > Also, I don't know how many times I've said > 'cat ' under DOS. I continually do that as well that is why I don't bother to remember which system I am on... I just have a 'cat.bat' file that is on the path which does: type %1 as well as an 'ls.bat' file which does: cls dir /w %1 try batch files on the mac! Gee How inflexable can't rename the command better still write all of these commands in C... they are given as examples in the K+R gospel. /Carl