home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / qcom320e.zip / MENU.CTL < prev    next >
Text File  |  1995-08-13  |  2KB  |  35 lines

  1. ;This is the Main Menu control file. 
  2.  
  3. ;name of the menu file to display for caller
  4. MAIN_MENU;MenuM.HOS|MenuC.HOS
  5.  
  6. ;name of the menu file to display if Sysop calls in
  7. SYSOP_MENU;SysopM.HOS|SysopC.HOS
  8.  
  9. ;Keywords are commands built into host. 
  10. ;usage: KEYWORD;Key Letter (or Number) pressed by caller;Security level.
  11.  
  12. ;if you prefer to change the displayed menu command words, you may also
  13. ;change the key(s) the user must press to execute a command. 
  14.  
  15. ;Sequence of keywords here does not matter.  To disable any menu command
  16. ;below, simply "comment it out" with a semi-colon.
  17.  
  18. FILEAREA;A;3                ;Change file area
  19. ANSI;C;2                    ;toggle ansi on/off
  20. DL;D;3                      ;download files  
  21. NEWMSG;E;3                  ;enter a new message
  22. FILES;F;3                   ;list files from the current area 
  23. BYE;G;0                     ;disconnect from host 
  24. HELP;H;0                    ;display help
  25. ULIST;L;3                   ;display user list
  26. SET;P;2                     ;change user profile  
  27. READ;R;3                    ;read messages
  28. SEARCH;S;3                  ;search for file(s)
  29. UL;U;3                      ;upload a file  
  30. VIEW;V;3                    ;view a text file 
  31. PAGE;Y;2                    ;see if sysop is there to start chat mode
  32. END;0;9                     ;end Host remotely  (Sysop command)
  33. REBOOT;1;9                  ;reboot the Host PC. (Sysop command)  
  34. VIEWLOG;2;9                 ;view host activity log file.  (Sysop command)
  35. SHELL;!;9                   ;Remote shell to DOS (Sysop command)