home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / dos / 4dos / 4uzytki / ez-btm11.exe / XC-HLP.BTM < prev    next >
Text File  |  1994-05-07  |  2KB  |  130 lines

  1. :XC-HLP.BTM
  2. : Itamar Even-Zohar
  3. : Further and more detailed explanations on the sub-pgms
  4. : contained in XC.BTM.
  5. :
  6. :HELP
  7. iff "%1"=="" then
  8. cls
  9. screen 5 0
  10. text
  11.    Type HELP (or H), then the desired option (subprogram's name)
  12.    for more explanations.
  13.    For example: 'H[ELP] xx' will provide more information
  14.    about the XX subprogram.
  15.    
  16.    To get the HELP text into a file, type:
  17.    XC H option >filename
  18.  
  19.    To get the HELP text into a file, then read it with your editor type:
  20.    XC H option >filename ^ keystack "<command>" enter^<editor's name>
  21.  
  22.    To read it with LIST type:
  23.    XC H option | list /s
  24.  
  25. endtext
  26. quit
  27.   else
  28. goto SELECT
  29. endiff
  30.  
  31. :SELECT
  32. goto %1
  33.  
  34. :DUP
  35. cls
  36. screen 4 0
  37. Text
  38.    DUP Finds duplicate files on disk with Ledbetter's WHEREIS (SST).
  39.    *.set, *kbd, nb*.*, *.ov*, des*.*, filelist, start*.* will NOT
  40.    be collected. You can change this in the batch file.
  41.    
  42. Endtext
  43. Quit
  44. --------
  45. :ALS
  46. cls
  47. screen 4 0
  48. Text
  49.    ALS Loads aliases file and reports results.
  50.    The name of the aliases file can be writen into the batch
  51.    or you will be asked each time for the name.
  52.  
  53. Endtext
  54. Quit
  55.  
  56. :CHKP
  57. Cls
  58. screen 4 0
  59. Text
  60.  
  61.      CHKP Checks and reports if a specified pgm is loaded.
  62.      The procedure is based on MS-DOS mem /m, redirected to a unique-
  63.      file (on ramdrive, is accessible). If a program ("module") is
  64.      not loaded MS-DOS creates 1 line; otherwise, it creates a text
  65.      with several lines. This procedure simply counts the number of
  66.      lines for deducing whether a program is loaded or not.
  67.  
  68.      SYNTAX
  69.      CHKP <name of program>
  70.  
  71. Endtext
  72. Quit
  73.  
  74. :UMBMEM
  75. :UMB
  76. :
  77. Cls
  78. screen 4 0
  79. Text
  80.       UMB Reports how much free UMB memory left
  81.  
  82. Endtext
  83. Quit
  84.  
  85. :SEF
  86. Cls
  87. screen 4 0
  88. Text
  89.       Looks for files by any segment of their name and description
  90.       in a file called FILELIST created by this batch.
  91.  
  92.       SYNTAX
  93.       SEF <any string from filename(s) or description>
  94.  
  95. endtext
  96. quit
  97.  
  98. :al
  99. :aliases
  100. cls
  101. screen 4 0
  102. text
  103.  
  104.     AL / ALIASES reports alias memory
  105.  
  106. endtext
  107. quit
  108.  
  109. :srdx
  110. :srdisk
  111. cls
  112. screen 4 0
  113. text
  114.      Helps resizing ramdisk created with SRDISK. SRDISK has more
  115.      parameters. Type SRDISK /? for more help.
  116.      SRDISK is downloadable from simtel20 as srdsk205.zip (msdos/ramdisk)
  117.  
  118. endtext
  119. quit
  120.  
  121. :void
  122. cls
  123. screen 4 0
  124. text
  125.     insert text here
  126. endtext
  127. quit
  128.  
  129.  
  130.