home *** CD-ROM | disk | FTP | other *** search
- :XC-HLP.BTM
- : Itamar Even-Zohar
- : Further and more detailed explanations on the sub-pgms
- : contained in XC.BTM.
- :
- :HELP
- iff "%1"=="" then
- cls
- screen 5 0
- text
- Type HELP (or H), then the desired option (subprogram's name)
- for more explanations.
- For example: 'H[ELP] xx' will provide more information
- about the XX subprogram.
-
- To get the HELP text into a file, type:
- XC H option >filename
-
- To get the HELP text into a file, then read it with your editor type:
- XC H option >filename ^ keystack "<command>" enter^<editor's name>
-
- To read it with LIST type:
- XC H option | list /s
-
- endtext
- quit
- else
- goto SELECT
- endiff
-
- :SELECT
- goto %1
-
- :DUP
- cls
- screen 4 0
- Text
- DUP Finds duplicate files on disk with Ledbetter's WHEREIS (SST).
- *.set, *kbd, nb*.*, *.ov*, des*.*, filelist, start*.* will NOT
- be collected. You can change this in the batch file.
-
- Endtext
- Quit
- --------
- :ALS
- cls
- screen 4 0
- Text
- ALS Loads aliases file and reports results.
- The name of the aliases file can be writen into the batch
- or you will be asked each time for the name.
-
- Endtext
- Quit
-
- :CHKP
- Cls
- screen 4 0
- Text
-
- CHKP Checks and reports if a specified pgm is loaded.
- The procedure is based on MS-DOS mem /m, redirected to a unique-
- file (on ramdrive, is accessible). If a program ("module") is
- not loaded MS-DOS creates 1 line; otherwise, it creates a text
- with several lines. This procedure simply counts the number of
- lines for deducing whether a program is loaded or not.
-
- SYNTAX
- CHKP <name of program>
-
- Endtext
- Quit
-
- :UMBMEM
- :UMB
- :
- Cls
- screen 4 0
- Text
- UMB Reports how much free UMB memory left
-
- Endtext
- Quit
-
- :SEF
- Cls
- screen 4 0
- Text
- Looks for files by any segment of their name and description
- in a file called FILELIST created by this batch.
-
- SYNTAX
- SEF <any string from filename(s) or description>
-
- endtext
- quit
-
- :al
- :aliases
- cls
- screen 4 0
- text
-
- AL / ALIASES reports alias memory
-
- endtext
- quit
-
- :srdx
- :srdisk
- cls
- screen 4 0
- text
- Helps resizing ramdisk created with SRDISK. SRDISK has more
- parameters. Type SRDISK /? for more help.
- SRDISK is downloadable from simtel20 as srdsk205.zip (msdos/ramdisk)
-
- endtext
- quit
-
- :void
- cls
- screen 4 0
- text
- insert text here
- endtext
- quit
-
-