Category: windows command shell
February 26, 2014
c / c++, code, code library, floating point, implementation, linux, math, programming languages, tools / utilities, windows, windows command shell
The famous quote for Linux Shell is ‘Where there is a shell, there is a way’. It reflects that the Linux Shell (e.g. BASH) is so powerful that almost …
<The Matrix> is a great movie, and I am sure that you must be a aware of the following screenshot. So Let’s make something similar (of course without any …
On windows command shell, there are two useful commands: assoc and ftype. These two commands relate to each other and kinda work in opposite directions. Assoc Assoc displays or modifies …
Well, most people, when they start programming in C/C++, they would like to print something cool under console. Console, without graphics, is suitable for plain-text, i.e. ASCII code from …
October 16, 2013
16 bit, assembly language, code, DOS, DOSBOX, I/O File, implementation, MSDOS 16-bit, programming languages, windows, windows command shell
We have previously introduced the open source project DOSBox, an x86 emulator for DOS. This brings back some good memory of writing DOS assembly. The .COM binary is the …