QUOTE (Plauderer @ Dec 8 2005, 03:37 PM)

Hi @all,
i recently reworked my CDshell-menu script and thought it would be about time to post it here. Just in case someone is interested.

I used DoctorXPs and ZULU Niners scripts as a start, so many thanks to them!
PlaudererHey, looks great. I was playing around with it though and got stuck.
Oddly I kept getting an error whenever I select an option and hit [ENTER]
The error is as follows:
Error: Label not found.
[Command: call] [Line: 583.1] [File: menu.cds]
When I look at menu.cds I have the following on lines 582, 583 & 584
if ($lastKey == key[ENTER]);
then call do_sm$>$mm_active$>$sm_active;then goto End
The line in the config.sys that I'm selecting simply calls "bcdw boot" with a param of "/ERDC/SETUPLDR.BIN":
set sm11_TXT="ERD Commander"; set sm11_CMD="bcdw boot"; set sm11_PARM="/ERDC/setupldr.bin"
If line 583 which references any selection where you hit enter is incorrect, then anything I call should fail, correct? Did you not notice this too?