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!burl!ulysses!gamma!epsilon!mb2c!umich!doug From: doug@umich.UUCP (Douglas Orr) Newsgroups: net.sources Subject: shell for ms-dos - missing details Message-ID: <205@umich.UUCP> Date: Sun, 4-Aug-85 14:17:49 EDT Article-I.D.: umich.205 Posted: Sun Aug 4 14:17:49 1985 Date-Received: Tue, 6-Aug-85 12:19:42 EDT Distribution: net Organization: University of Michigan, EECS Dept., Ann Arbor, MI Lines: 33 Well, I almost got it right. Here are the last two files that might come in handy when compiling the shell for ms-dos. They aren't real important, but might save 10 minutes of looking through manuals. -Doug # This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. -----cut here-----cut here-----cut here-----cut here----- #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # compile.bat # files # This archive created: Sun Aug 4 14:15:58 1985 cat << \SHAR_EOF > compile.bat msc sh; msc -Ze cmds; msc builtin; msc wildcard; link @files SHAR_EOF cat << \SHAR_EOF > files sh+cmds+builtin+wildcard /stack:4096 SHAR_EOF # End of shell archive exit 0