Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

Make a calculator in notepad

Make a calculator in notepad

Make a calculator in notepad? It is possible!

To do this, we will use so-called batch commands. These are the commands that are knocked on that "black window", ie CMD.

First, open Notepad and paste this Code:

@ECHO OFF
color 0a
title Calc
ECHO do-you-know-tech.blogspot.com/
ECHO -----------------------------------------------------
ECHO * = Multiplication
ECHO + = Addition
ECHO - = Subtraction
ECHO / = Division
:loop
echo.
echo -----------------------------------------------------
ECHO [Input expression and hit Enter]
SET /p UDefine=
SET /a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
goto loop

Save it in .bat format and that's it. Like this: Save as > calculator.bat

This calculator does NOT count decimal numbers. That's why I made one, a much more complex that calculates decimals. It has been updated to version 2.2 and a lot of options have been added.

You can download it from THIS link.

Comments

Popular this month

Copy the text from the image to a TXT file

In one of the last posts I wrote how to find the desired Font from an image, but what about the whole text? There are other tools for this. In order not to manually copy the entire text from an image, one site will do it for you - OCR .

Find a movie to your liking with artificial intelligence!

If you like watching movies like me, you've probably seen a lot of them and have trouble finding new ones to your liking. Don't worry, artificial intelligence is used everywhere, even for these purposes - look for movies for you.

Chrome finds which tab makes noise

Google has announced that the new version of Chrome 23 browser brings several interesting improvements, among which is the ability to find tabs where some sound is played.

Unlimited number of free SMS messages

The service is closed! With the help of a Free SMS service, you can send an unlimited number of messages to all numbers in the world. The service is located at: www.slidesms.com

How to run Linux distribution on Android

Android is an OpenSource system, which means that it offers us almost unlimited possibilities. One option is to install and run Linux distributions on Android devices. It can also be installed, for example. Windows XP but I will not write about it here.