home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 114 / CMDX200.ZIP / CMDX.DFT < prev    next >
Encoding:
Text File  |  1993-10-10  |  843 b   |  38 lines

  1. | CMDX.DFT FILE  Copyright 1993 By David W. Denker |
  2. wind n" WORKING "x  
  3.  
  4. | The next 18 lines define the F1 to F9 and S-F1 to S-F9 function keys.
  5.   You may change them on your copy if you wish.
  6.   The « character is the same as the ENTER key at the end of the command.
  7.   It may be left out if you want to add parameters to a command.
  8.   The « character can be entered by holding down the ALT key and entering
  9.   1 7 4 on the keyboard number key pad. |
  10.  
  11. fkey1=DIR /W«
  12. fkey2=DIR A: /W«
  13. fkey3=DIR B: /W«
  14. fkey4=CD \«
  15. fkey5=CD ..«
  16. fkey6=CLS«
  17. fkey7=«
  18. fkey8=«
  19. fkey9=«
  20. sfky1=«
  21. sfky2=«
  22. sfky3=«
  23. sfky4=«
  24. sfky5=REPLACE *.* A: /U«
  25. sfky6=REPLACE *.* B: /U«
  26. sfky7=«
  27. sfky8=«
  28. sfky9=«
  29.  
  30. | The next line loads any saved previous commands. |
  31.  
  32. LODP
  33.  
  34. | The next line contains the path to where COMMANDX will start at. |
  35.  
  36. PATH=C:\
  37.  
  38.