home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 7: Football Classics 2 / CD1.iso / utils / pkware / sd-500 / sd.pro < prev    next >
Text File  |  1995-03-15  |  4KB  |  113 lines

  1. // USER Commands.  These commands are displayed in the center section of the
  2. // screen.  Format: USR: text; options or keystroke; return value
  3. USR: DrvInfo;11056;
  4. USR: CHKDSK;w;chkdsk
  5. USR: Mem;xy;mem /c | more
  6. USR: DelBAK;4008;*.bak
  7. USR: Copy A:;11150;
  8. USR: CD \;12000;\
  9. USR:;1;
  10. USR: Bytes;11504;
  11. USR: GIF;;vpic %f
  12. USR: CLR All;4034;
  13. USR: TAG All;4013;
  14. USR: DosCall;11052;
  15. USR:  Shell;11053;
  16. USR: SrtSize;11306;
  17. USR:  MKDIR;11051;
  18. USR:  RMDIR;11050;
  19. USR: Window;11512;
  20. USR:  CHDIR;11600;
  21. USR: COPY A:;11150;
  22. USR:  TREE;11596;
  23. USR:  STATS;11006;
  24. USR: DskInfo;11056;
  25. USR:  Find;11055;
  26. USR:  CD \;12000;\
  27.  
  28. // RUN commands.  Format:  RUN: filespec; options; command line
  29. RUN:*.EXE;PW;%f
  30. RUN:*.COM;PW;%f
  31. RUN:*.BAT;W;%f
  32. RUN:*.GIF;l;vpic %f           // You must have the shareware program VPIC
  33. RUN:*.ZIP;11521;
  34. //RUN:*.WAV;lk;playfile %f    // change "playfile" to your WAV player
  35. RUN:*.*;;List %f /m
  36.  
  37. // KEY Commands.  Format: KEY: keystroke; return value
  38. KEY:43;11510;       // + Enlarge Window
  39. KEY:45;11511;       // - Decrease Window
  40. KEY:52;11070;       // 4=Modify a 4DOS description
  41. KEY:90;11520;       // z=zip
  42. KEY:85;11521;       // u=unzip
  43. KEY:80;11530;       // p=prt
  44. KEY:87;11535;       // w=wipe
  45. KEY:64;11540;       // @=list file
  46. KEY:47;11545;       // locate file
  47. KEY:309;11546;      // locate files and dirs
  48. KEY:82;11605;       // r=reread tree
  49. KEY:94;11055;       // ^=find file
  50. KEY:78;11565;       // n=newdir
  51. KEY:69;11590;       // e=edit file
  52. KEY:72;11595;       // h=help
  53. KEY:83;11610;       // s=sort menu
  54. KEY:286;11602;      // ALT A=change attribute
  55. KEY:88;11603;       // x=execute file
  56. KEY:342;11605;      // ALT F3=file compare
  57. KEY:20;4013;        // CTRL T = Tag all files
  58. KEY:302;4034;       // ALT C=clear tags
  59. KEY:363;4006;       // ALT F4=delete all tagged, no confirm
  60. KEY:273;11512;      // ALT W=open/close window
  61. KEY:318;11601;      // F4=delete menu
  62. KEY:323;11604;      // F9=USR menu
  63. KEY:324;11595;      // F10=help
  64. KEY:75;11505;       // k=Format
  65. KEY:9;11513;        // TAB=switch windows
  66. KEY:61;11550;       // = Bytes in dir
  67. KEY:339;4005;       // Delete highlighted file
  68. KEY:68;11601;       // D = Delete menu
  69. KEY:4;11060;        // Toggle 4DOS support
  70. KEY:67;11570;       // C = copy
  71. KEY:73;11056;       // i = Disk Info
  72.  
  73. // COLOR commands.  Format: CLR: filespec; fore color; [back color]
  74. CLR:*.exe;RED;
  75. CLR:*.;LTYELLOW;
  76. CLR:*.doc;LTWHITE;
  77. CLR:*.zip;green;
  78. CLR:*.txt;magenta;
  79. CLR:<DIR>;black;
  80. CLR:*.bat;cyan;
  81. CLR:*.bak;LTRED;
  82.  
  83.  
  84. // Format for the FKY (Function key) commands:
  85. //    1. The text to display.  If a letter is preceeded by a '&', the letter
  86. //       will be highlighted.  A semicolon must follow the text.
  87. //    2. The value of the shortcut key.  In the "Copy" example below, the
  88. //       letter 'C' has the value of 67.  This value can be obtained by
  89. //       running the WHATKEY.EXE program. A semicolon must follow the number.
  90. //    3. The value to return to SD if this option is selected.  These codes
  91. //       are displayed in the back of the SD users manual. A semicolon must
  92. //       follow the number.
  93. //    4. The column on the screen where the text will appear. (0-79)
  94.  
  95. FKY:F1 &Copy;67;11570;0         // "Copy" at the bottom of the screen
  96. KEY:315;11570;                  // F1=copy
  97.  
  98. FKY:F2 &Move;77;11575;9
  99. KEY:77;11575;                   // M=move
  100. KEY:316;11575;                  // F2=move
  101.  
  102. FKY:F5 dri&Ve;86;11600;18
  103. KEY:86;11600;                   // V=change driVe
  104. KEY:319;11600;                  // F5=change drive
  105.  
  106. FKY:F7 &Tree;84;11596;28
  107. KEY:321;11596;                  // F7=tree
  108. KEY:84;11596;                   // T=tree
  109.  
  110. FKY:F8 t&Ype;89;11585;37
  111. KEY:89;11585;                   // Y=type file
  112. KEY:322;11585;                  // F8=type file
  113.