Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
How to declutter all your old DOS game downloads from '80s and '90s BBSes :
{* // Start repeat loop;
for (&d) in OldDosGames : // loop through each Dos Game in turn;
{d.Load(); // Load it;
d.Play(); // Play it (may cause crash and require power cycling);
d.Delete(); // Get rid of it (YAY);
} *}; // Close the loop;