Category: windows command shell
Windows 10 has recently added a Bash Shell support. It is not just a simple shell. It contains a complete Linux subsystem, which means you can run Linux native …
I installed the Windows DOS Mobile 1.0 on my Nokia Lumia 635 Phone. List of Commands 1. camera (funny camera application) 2. internet https://www.google.co.uk 3. help 4. echo Hello …
The following is a batch script (save as *.bat or *.cmd) that can almost run on every Windows Version and the output will be a string that indicates which …
In previous post, we talk about the method to obtain a character from its ASCII code. In this post, we want the opposite, e.g. to get the ASCII code …
The Chr Function takes a integer input and convert it to a character using ASCII table lookup. The basic ASCII table defines from 1 to 128 where the characters …