cdshell menu builder (csmb)

This script was last updated for cdshell v2.0.11.

I always welcome your comments :).

What's that?

csmb is a perlscript to generate a graphical menu for cd shell.

Screenshots

see the screenshots page

Copyright

csmb is provided under the terms of the gnu general public license.

How it works

Download and extract the archive, edit csmb.conf - an example configuration file - to fit your needs.After this open a terminal, change to the csmb directory and make the script executable and run it:

$ chmod 755 csmb.pl
$ ./csmb.pl

Now you will find 'cdshell.ini' and several 'menu_*' files in your folder, just copy them over to <CDROOT>/boot/.

Download

csmb_0.3.1.tar.bz2 v0.3.1, current release. tested with cdshell v2.0.11

Changelog

  • v0.3.1 (12.02.2004)

    • small modifications for cdshell v2.0.11
  • v0.3

    • commandline argumments added
    • output optimizations: smaller cdshell.ini (my cdshell.ini reached always the 65536 byte limit)
      • using print "\cXX BLA", instead of set textColor = XX; print " BLA ";
      • no reprinting of the main-menu, while navigating in submenu
      • the cdshell.ini is splitted into several files, one for each mainmenu-point
  • v0.2

    • adapted for cdshell
    • several changes (now using a configfile, ... )
  • v0.1

    • first version for bootscriptor