home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL36.ARJ
/
VOL3661
< prev
next >
Wrap
Text File
|
1992-01-07
|
4KB
|
78 lines
Volume 3661 - Released september 1988 - Abstract (C) Programmatheek
P r o g r a m m a T h e e k volume 3661
gelijk aan PC/SIG no. 658/661
Titel: RESICALC & DOS Toolkit
Number Name Size Date Comments
CATALOG 661 1023 06-10-88 This list
3661.01 ERRMSG 366 31-08-84 Run time error messages of RESICALC.
3661.02 GO BAT 586 4-01-80 Startup information batch file, type
GO (enter)
3661.03 IDEA DOC 3590 3-06-86 Idea request message
3661.04 IDEA FRM 1928 3-06-86 Idea form
3661.05 INPATH EXE 14234 15-08-86 DOS file finder program
3661.06 MANUAL DOC 13100 31-08-84 Short manual of RESICALC.
3661.07 NAMELIST 674 31-08-84 Names of built-in functions of
RESICALC
3661.08 NOTES658 TXT 2389 4-01-80 Short file description
3661.09 READ ME 4002 31-08-84 Quick start-up procedure for RESICALC
3661.10 RESICALC COM 64082 31-08-84 Pop up calculator program
3661.11 TC EXE 12566 14-06-86 Text compare program
3661.12 TOOLKIT DOC 16667 18-06-86 Documentation for INPATH, TC and WC
(17k)
3661.13 TOOLKIT ORD 2275 3-08-86 Toolkit registration form
VOL3661 ABS 2362 06-10-88 Disk abstract
3661.14 WC EXE 16696 18-06-86 Text word, character and line counter
program
16 File(s) 158720 bytes free
This diskette comprises a set of DOS utilities collectively called "Toolkit."
INPATH.EXE:
This is a utility to locate an EXECUTABLE program in your PATH variable. It
will report the location of the program which would be executed if you used
the filename as a DOS command. This is identical to the UNIX program "where-
is". INPATH will first look for the file in the current directory, and then
look in the PATH environment variable (if it is present) in the order
specified. For each directory, INPATH first tries to locate a .COM file, then
a .EXE file, then a .BAT file, since that is the order in which DOS searches
for files. On the first match, INPATH
reports the directory and full filename of the program and then exits. If
none are found, that fact is reported.
TC.EXE:
This is a Text Compare program, which works only on ASCII text files. It
reports differences between files in a very friendly manner, unlike some
other DIFF-type programs. Most useful for subtle differences, such as changed
words or spellings. The program will report any lines which are different
with the filename, line number, and a printout of the actual line. If one
file ends before the other, the program reports which file terminated first.
WC.EXE:
This is a Word Counting program which will report words, characters, lines,
and a checksum on the file. For non-text files, only the checksum is repor-
ted. Many options are available which tell the program to report ONLY
specified items such as: only words, lines, or characters.
RESICALC.COM
RESICALC is a subset of more powerful MATRIX CALCULATOR, whose capabilities
includes linear programming calculations, solution of system of linear and
non-linear equations, numerical integration and solution of ordinary
differential equations, and 160+ page manual.
It may take some time to learn and appreciate the full capabilities of
RESICALC, but to do the regular non-matrix (or 1 by 1 matrix) calculations,
you can start at once. Once run, RESICALC stays resident, and can be awakened
by typing ALT-F9. Then you can enter expressions as you would write on a
paper, ending with Carriage Return. You should see the result immediately.
For example,
3.0 + $4FE4 * 1E3 / SIN(COS(X^2))
is a perfectly legal, executable expression, provided that a VARIABLE x is
available.