Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site umich.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!mhuxn!mhuxr!ulysses!gamma!epsilon!mb2c!umich!doug From: doug@umich.UUCP (Douglas Orr) Newsgroups: net.micro.pc Subject: shell for dos Message-ID: <199@umich.UUCP> Date: Sun, 28-Jul-85 20:10:48 EDT Article-I.D.: umich.199 Posted: Sun Jul 28 20:10:48 1985 Date-Received: Wed, 31-Jul-85 00:46:53 EDT Distribution: net Organization: University of Michigan, EECS Dept., Ann Arbor, MI Lines: 31 I don't know if this is something that is common in the public domain world, but I have written a small command interpreter for DOS that implements some of the features of the Unix shell. The good news: history wildcards I/O redirection pwd, pushd/popd, ls built in fgrep The bad news: no pipes (pseudo-pipes, or whatever) wildcards are of limited utility because of the dos 128 byte parameter limit most of the features are limited (no : modifiers on history, only '*' supported, etc.) Anything it can't figure out what to do with it passes on to dos, so you still have access to built-in dos commands. It was written using u-soft C. If anyone would like a copy, let me know. If there is enough interest, I can post it. I just couldn't take looking at "dir" listings any more. -Doug ihnp4!umich!textset!doug doug%textset@umich.csnet