Category: windows command shell
Microsoft DOS has declined but to review those knowledge of writing DOS programs (starting from the simplest .COM binary) can help us learn better how computers work in the …
October 14, 2013
16 bit, assembly language, DOS, DOSBOX, I/O File, implementation, MSDOS 16-bit, optimization, programming languages, windows command shell
In , we talk about the DOSBox, an x86 emulator for DOS that can bring us back the memory of DOS programs. And we also talk about the .COM …
October 13, 2013
16 bit, assembly language, batch script, code, debug, DOS, DOSBOX, emulator, implementation, MSDOS 16-bit, programming languages, windows, windows command shell
The Microsoft DOS (Disk Operating System) has been very popular once (1980s and early 90s) but now it has now completely reached its end. The DOS is an shell-like …
You can easily use Shell.Application to invoke methods related to Windows such as minimize all windows. For example, if you require users choosing a folder you can invoke the method BrowseForFolder. The …
Some complex tasks might not be so complicated. For example, to emulate the matrix printing like the following. All you need is just a few lines of code in …