Category: windows command shell
A group of commands in windows batch can be enclosed by brackets. The commands are treated as a single one and this is often used together with if, for …
September 14, 2012
batch script, beginner, github, ideas, implementation, linux, non-technical, programming languages, tools / utilities, tricks, windows, windows command shell
I have been practising programming using Windows batch (*.bat | *.cmd) lately and was wondering how many similar Linux-like utilties that can be made simply via windows batch (with …
September 13, 2012
algorithms, batch script, beginner, games, images drawing, profiler, software design, string, technical, tools / utilities, windows command shell
Windows Batch Programming has been in existent for decades, ever since the first MS-DOS. The file extension that ends with *.bat will be interpreted by the DOS line by …
September 13, 2012
algorithms, batch script, beginner, code, code library, implementation, programming languages, string, tricks, windows, windows command shell
Under Linux, there is a famous quote: “When there is a shell, there is a way.”, meaning that the Linux SHELL script is very powerful and in fact can …
July 21, 2012
beginner, c #, code, I/O File, implementation, memory, programming languages, software design, technical, tools / utilities, tricks, windows, windows command shell
LAA (Large Address Aware) is the technique of setting a flag (hex: 0x20) in the Win32PE header that tells the Operating System that the executable may need a larger …