DOS 2.0 Utilities Disk 2 (Sep 1991) : View /

Options:

Name Size Date Type
../
Source/ 1991-09-05
Ascii.DOC 10878 1991-09-05 Text [Original]
Ascii.ReadMe 496 1991-09-05 Text [Original]
InstallLibrary 782 1991-09-05 Text [Original]
nofrag.library 1632 1991-09-05
ReadMe.fnf 151 1991-09-05 Text [Original]
View 17364 1991-09-05
View.DOC 13129 1991-09-05 Text [Original]

Ascii.ReadMe

  The ASCII-file routines in "ascii.s" all require the  arguments to  be  on
  the stack as long-words (32 bit). Also you must open  the "nofrag.library"
  to setup "NoFragBase" correctly.

  Read the "ASCII.DOC" file on how to use the routines.  The  description in
  this file is not the best there is but I did not have the time to  write a
  "real" documentation on the routines yet... sorry!  When I find the time I
  will try to make some demo programs for the routines.

  Have fun.. Jan

InstallLibrary

.K ""
echo "This script will install nofrag.library, after checking to see if"
echo "you already have one.  If so, it will check the version numbers"
echo "of the installed one, and the one in this directory, and give"
echo "you the option of installing the one found here."
echo ""

if not EXISTS libs:nofrag.library
	echo "No existing library, installing libs:nofrag.library..."
	copy nofrag.library libs:nofrag.library
else
	echo "Examine the version numbers of each library."
	echo ""
	version libs:nofrag.library
	version /View/nofrag.library
	echo ""
	ask "Do you wish to overwrite libs:nofrag.library?"
	if WARN
		echo "Updating libs:nofrag.library..."
		copy nofrag.library libs:nofrag.library
	endif
endif

echo "All Done.  Click close gadget to get rid of window."
endcli

ReadMe.fnf

This material was submitted to me on disk directly by the author, Jan
van den Baard, for inclusion in the library.  Thanks Jan!

-Fred  ><>
 25-Jun-91