ADD PROGRAM VERSION 1.0 JULY 23, 2009 (C)MAU CORP. 2009. A must have calculator program for all business people To install, unzip ADD.ZIP to a user folder START PROCEDURE: 1. Navigate the Windows Explorer to this new user folder 2 Run the Install Program (Click on INSTALL.EXE) 3. If to create a short-cut, highlight this ADDMENU.HTM, right click. 4. Start program, click on ADDMENU.HTM BATCH MODE START: open WINDOWS RUN COMMAND MODE cd \user folder ADD 1+2+3 where ADD.EXE is program, and 1+2+3 is sample parameter COMMAND Calculator: ---------------------------------------- +plus, -minus, *multiply, /div, \div integer, ^to the Power of, ! is remainder ---------------------------------------- Enter this command: ADD 1+2 ...get 3 Enter this command: if to add to calculator tape, example below: ADD 1+2 continue...ANS will equal to 3 ADD ANS+50+53 or ADD CLP+50+53 IF CLIPBOARD=1000 or ADD NEWNUM+50+53 where NEWNUM is an user label, stored in the ADDCONSTANT.TXT file or ADD ANS\100 take previous ANS(answer), divide by 100, then store again in ANS. The ANS file is 'ADD.$$$' Special divide examples: ADD 257\16 ...get 16 ADD 10!3 ...get 1 remainder ADD (33\16)+2 ...get 4 ADDEMENU: COMMANDS: 1. EDIT LINE 2. RUN PROGRAM (ANSWER=) 3. GET PRIOR EDIT LINES 4. LIST CONSTANTS 5. BROWSE HISTORY 6. CLEAR HISTORY 7. CREATE A LABEL ---------------------------------------- < * >