| |

Craxme.com

 Forgot password?
 Register
View: 877|Reply: 0
Collapse the left

Cmd Calculator

 Close [Copy link]
Post time: 10-10-2017 09:02:14
| Show all posts |Read mode
1. Open Notepad and type the below

@echo off
title Calc
:loop
cls
set /p first=First number:
echo.
echo Mark ( + - * / )
set /p mark=Mark:
echo.
set /p second=Second number:
set /a final=%first%%mark%%second%
echo.
echo %final%
pause
goto loop


2.Save it as Anything.bat



Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Mobile|Dark room|Forum

14-6-2025 12:44 AM GMT+5.5

Powered by Discuz! X3.4

Copyright © 2001-2025, Tencent Cloud.

MultiLingual version, Release 20211022, Rev. 1662, © 2009-2025 codersclub.org

Quick Reply To Top Return to the list