Category: batch script
The windows command shell (cmd.exe) is not an ideal programming language because it was not made for this! However, you could still implement the loop using the following two …
From Windows 7 and onwards (or if you install some Resource Kits), you will be given the useful utility timeout to delay the execution (to be used in a batch …
8-bit BBG Famicom Clone is a powerful machine that can be connected to PC using DB25 Parallel (male to male) cable. On PC, you will need to run pcsvr.exe …
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 …
VBScript is not perfect but it is still good enough. Today I have come across two problems and learned the workaround. 1. There is currently no ‘Exit While’ statement …