home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / keyboard / cedwars2.arc / MCSCED.CFG < prev    next >
Text File  |  1986-02-07  |  882b  |  30 lines

  1. REM This is a control file for the CED utility.  Among other things, this file
  2. REM defines SYNonyms.
  3.  
  4. REM ------------------------- Control CHaracters ----------------------------
  5. PARAMCH  %
  6. CHAINCH  #
  7. IGNORECH '
  8. STATCH   ~
  9.  
  10. REM ----------------------------- SYNonyms ----------------------------------
  11. SYN a        ced SYN
  12. SYN c        cd
  13. SYN d        dir
  14. SYN -        cd ..
  15. SYN ck       chkdsk
  16. SYN mk       md %1 #cd %1
  17. SYN dird     dir %1 | sort/+24 | more
  18. SYN dire     dir %1 | sort/+10 | more
  19. SYN dirn     dir %1 | sort     | more
  20. SYN dirs     dir %1 | sort/+16 | more
  21. SYN xced     kedit c:\utils\ced.cfg
  22. SYN reced    c:\utils\ced -Fc:\utils\ced.cfg
  23.  
  24. REM ------------------------------ PCALL ------------------------------------
  25. PCALL kedit
  26.  
  27. REM ------------------------------ IGNORE -----------------------------------
  28. IGNORE erase
  29. IGNORE format
  30.