Category: windows
If you are older enough (born in 1970’s or 80’s) you must be familiar with the following picture, which is what it looks like when TV has paused the …
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 …
November 24, 2013
6502, 8 bit, c / c++, code, compiler, implementation, interpreter / compiler, Nintendo Entertainment System, programming languages, windows
In the last tutorial, I have shown you how to create a ‘Hello World’ program for 6502 CPU (it works perfectly in NES emulator). Now, in this tutorial, I …
Today, a friend asks me how to remove the unit from a column in Excel. The format of a column is like this 123.45 unit. The easiest way is …
The VBScript/Javascript under Windows is very helpful, which is often used as a daily administration programming language. WSH stands for Window Scripting Host. It is a Microsoft scripting-friendly environment, …