diff --git a/Platform/Apple/tools/PLASMA/src/cmd.pla b/Platform/Apple/tools/PLASMA/src/cmd.pla index e6f9a232..0dc4a51d 100644 --- a/Platform/Apple/tools/PLASMA/src/cmd.pla +++ b/Platform/Apple/tools/PLASMA/src/cmd.pla @@ -1278,16 +1278,22 @@ while 1 when toupper(parsecmd(cmdptr)) is 'Q' reboot() + break is 'C' catalog(cmdptr) + break is 'P' setpfx(cmdptr) + break is 'V' - volumes(); + volumes() + break is '-' execsys(cmdptr) + break is '+' execmod(cmdptr) + break otherwise prstr(@huhstr) wend