			 BOXES


INTRODUCTION AND PURPOSE

 This program allows you to pull a simple and harmless prank on one of your 
 friends or relatives. This file describes its purpose and configuration.

DEFAULT BEHAVIOUR

 When executed and not yet configured, the program will popup a simple question 
 stating 'Do you want boxes?'. Upon answering yes, the program will generate 
 100 empty boxes and leave it up for the user to close them all. 

CONFIGURATION

 If you choose to, you may configure up to four parameters in executing this
 program.This can be done either by altering the registry, as shown below, or 
 sending the program commands using the command prompt (COMMAND 
 in Win9X or CMD on WinNT).

  The following parameters are available for configuration:
   
      quiet		If set, disables the question box.
      random	If set, places the boxes in random locations.
      count		The amount of boxes to create.
      text		The text/message to show in each box.

 The command line has the following syntax:

       BOXES.exe [/q|quiet] [/r|random] [/c|count|boxes|boxcount] [t|text] [/s|save]

 The registry key containing the permanent value settings is located at the
  following location:

       HKEY_CURRENT_USER\Software\VB and VBA Program Settings\
       Pranks\Boxes\

 Keep in mind, however, that count is named 'BoxCount' and random is named
 'RandomizePlacement'. All the keys must be of the type 'String'.

LICENCE AND CREDITS

 Made by Kristian S. Stangeland, released under the GPL-license. In order
 to read this license agreement, please turn to the file Licence.txt which should be
 found in the same folder as the current file. 