Xref: utzoo comp.sys.ibm.pc:54735 alt.msdos.programmer:2467 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!lll-winken!cert!netnews.upenn.edu!gradient.cis.upenn.edu!jrv From: jrv@gradient.cis.upenn.edu (JR VanMechelen) Newsgroups: comp.sys.ibm.pc,alt.msdos.programmer Subject: Make a simple command-line calculator with 4DOS Message-ID: <39585@netnews.upenn.edu> Date: 22 Mar 91 03:44:19 GMT Sender: news@netnews.upenn.edu Reply-To: jrv@gradient.cis.upenn.edu (JR VanMechelen) Followup-To: comp.sys.ibm.pc Organization: University of Pennsylvania Lines: 13 Nntp-Posting-Host: gradient.cis.upenn.edu While it's not bc, I just realized that you can make a quick and dirty commmand-line calculator using 4dos with the following alias: alias bc=`echo %@eval[%&]%` To use: c:\> bc 3 + 4 + 5 12 c:\> _ Anybody have any really clever aliases? JR