TinyMenu v0.2 Copyright (c) 2009 Nico Vrouwe ########################################################################## LICENSE: Free as in free beer. Do whatever you like with it, just don't change anything and redistribute. Comments are appreciated: nico (at) gojelly (dot) com ########################################################################## DESCRIPTION: TinyMenu is like the name says, a tiny menu program. The executable itself only takes up just over 1.5k of diskspace and only 736 bytes remain in memory while executing a command. ########################################################################## HOWTO: The menu items are defined in tinymenu.ini. The format is as follows: description,commandline[,directory] Description is how the item shows up in the menu. Commandline is what will be executed. This includes parameters. Directory is optional. If entered, the command will be executed from that directory. TinyMenu can only run exe and com files at the moment. If you want to use one of the command.com built-in commands or batch files, you should execute command.com like this: Description,C:\COMMAND.COM /C commandline[,directory] For example: Dir C:\,C:\COMMAND.COM /C DIR,C:\ A future version might automatically do this.. Take a look at the default tinymenu.ini and I'm sure you'll be able to figure it out if you're still using a DOS machine today ;) That's it.. Good luck! ########################################################################## VERSION HISTORY: 0.1 First version 0.2 Removed some unused code