GBG Garbage File Generator v0.4.0 released
The v0.4.0 update to my gbg garbage file generator program has just been released. It adds two new pairs of command to control the behaviour of the program in certain circumstances, as follows: By default gbg puts up a prompt to ask the use to confirm whether a pre-existing file should be overwritten. Two new options can be used to prevent this prompt from appearing: -o can be used to force the program to stop with an error if a file with the requested name already exists. -O is used to forcibly and silently overwrite any pre-existing file with the same name as the requested file. Similarly, a prompt is displayed asking the user whether to proceed when a file larger than 500Mb is specified. The following options can be used to prevent the prompt from appearing: -l can be used to force the program to stop with an error if a file larger than 500Mb is requested. -L is used to ignore the 500Mb size limit and to silently write a file of any size. From this version the compiler has bee...