CBoxRun 0.5
===========

Changes since version 0.4:
	
1. Made several changes to decrease application startup time.
	
2. Disk mounting is now partially supported.
	
	a. A folder can be mounted as a floppy or CDROM drive. 

		i.   The mounted folder must reside in the CBoxRun Programs directory.   
		ii.  Folders can be mounted as drive C.
		iii. If the executable file lies under the mounted path, its path will be 
                     changed to reflect the mount.  If it lies elsewhere, its path will be 
                     relative to the Programs directory.
		iv.  If the .exe file lies outside the mounted path, the C drive will be 
                     mounted as the Programs directory and the program will be executed from 
                     there.

	b. A physical disk drive can be mapped, with these limitations:

		i. CBoxRun does not support mapping floppy or CDROM drives as drive C.  
		   All other drive letters can be used.
		ii. CBoxRun does not support running programs directly from a mapped physical 
		   drive.

	c. A disk image can be mounted, with these limitations:

		i.   CBoxRun does not support mounting drive images as drive C.  All other 
		     drive letters can be used.
		ii.  Hard drive mounting using the "-size" parameter is currently not 
		     supported.
		iii. CBoxRun does not support running programs directly from a mounted disk
		     image.

	d. One or more boot images can be mounted.  Any drive letter can be used for boot 
           images.
		
3. Added support for desktop shortcuts:

	a. Added right-click menu option to create a new shortcut.
	b. CBoxRun is no longer a single-instance application.  This allows users to create a 
           desktop shortcut and test it while CBoxRun is running.

4. Added an option to launch a program from the CBoxRun command line.  The format for this is:

	CBoxRun "Name of program"
	
	Where name of program = the name of the program as shown in the program grid.
	
5. When a program entry is being created, CBoxRun will now ask if the user wants to create a 
   custom config file.   When a program entry is edited, the user will be asked if the custom 
   config should be edited (if there is one) or, if no custom config exists, if one should be 
   created.
	
	
Known bugs
---------- 
	
1. Deleting a program doesn't work the first time you try, but does work the second time.






CBoxRun 0.4
===========

Thanks for downloading the first public version of CBoxRun!

Please send any bug reports or feature requests to cboxrun@gmail.com.   Hope you enjoy the software!

