home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT071.ZIP / TOOLBOX.EXE / DOLIST.CFG < prev    next >
Text File  |  1990-10-26  |  2KB  |  41 lines

  1. ;DoList Configuration File
  2.  
  3. ;This file is read on DoList startup. DoList executes the command
  4. ;INT CONFIG. which reads this file and sets DoList up.
  5.  
  6. ;ReturnCodes show program return codes that are non zero
  7. ReturnCodes
  8.  
  9. ;Trace is for DoList Debugging. Shows generated command lines.
  10. ;Trace
  11.  
  12. ;Use AKEY if you want to add an ENTER at the end, BKEY if you don't.
  13. ;Function Keys F1-F10, AF1-AF10, CF1-CF10, SF1-SF10
  14. ;%C changes into the name of this configuration file.
  15. ;Note: Using || allows more than 1 command to be executed.
  16.  
  17. AKey AF1   ME %C||INT CONFIG       ;Edit DoList Configuration
  18. AKey CF1   SHOWKEYS|MORE           ;Display Key Help
  19. AKey SF1   SHOWALIAS               ;Display Alias List
  20. AKey AF2   Del *.BAK               ;Delete .BAK Files
  21. AKey SF2   DUMPENV X||ME X.||LOADENV X||DEL X
  22. AKey F5    DM3.EXE                 ;Run DM3
  23. AKey F7    PD                      ;Pick Directory
  24. AKey F10   MARXMENU.EXE DOLIST     ;Dolist Menu
  25.  
  26. AKey ALT-C Cls                     ;Clear Screen
  27. AKey ALT-D DoList                  ;Load DoList
  28. BKey ALT-E ME                      ;Run MarxEdit
  29. AKey ALT-F Free                    ;Free Space
  30. AKey ALT-M MapMem                  ;Memory Map
  31. AKey ALT-S SM D                    ;Load Smart DataBase
  32. AKey ALT-T Turbo                   ;Turbo Pascal
  33.  
  34. AKey ALT-5 Trace Off               ;Debug DoList
  35. AKey ALT-6 Trace On                ;Debug DoList
  36.  
  37. ;Aliases are used to translate commands. The first word is translated
  38. ;into the rest of the line.
  39.  
  40. ;end
  41.