BatchHacker

Simple Batch - Easy Calculator

Jul 21st, 2013
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Calculator
  3. echo type your math task
  4. set /p form=Task:  
  5. set /a sum2=%form%
  6. echo %sum2% is the result!
  7. pause>>nul
Advertisement
Add Comment
Please, Sign In to add comment