home *** CD-ROM | disk | FTP | other *** search
-
- ; Select an editor to write (echo)mail
-
-
- Menu "Editor_rip.menu"
-
- flags hotkeyable, noscreen
- level 0 - 255 , "Editor.Ansi"
- prompt 0 , 0 - 255 , "|Editor Menu : "
- prompt 1 , 0 - 255 , "|Editor Menu : "
-
- BEGIN ; Start the command definitions
-
-
- BuildScreen
- CliDoor "trion:utils/ripdoor ~50 15"
- EndCmd
-
-
- Cmd "0"
- ChangeEditor "0" ;select line editor
- PreviousMenu
- EndCmd
-
- Cmd "1"
- ChangeEditor "1" ;select line editor OR local editor
- PreviousMenu
- EndCmd
-
- Cmd "2"
- ChangeEditor "2" ;select 'trion:doors/fsed/fsed2'
- PreviousMenu
- EndCmd
-
-
-
- Cmd ""
- PreviousMenu
- EndCmd
-
-
- Cmd "Q"
- PreviousMenu
- EndCmd
-
-
- END
-
-