Category : Assembly Language Source Code
Archive   : ABRD40.ZIP
Filename : ABSINST.BAT

 
Output of file : ABSINST.BAT contained in archive : ABRD40.ZIP
echo off
echo
echo This batch file will install the replacement .OBJ modules for
echo the absread and abswrite functions supporting DOS 4.x and
echo Compaq DOS 3.31 with partitions over 32 MB in addition to
echo previous versions of DOS.
echo
echo Syntax: ABSINST [LIB-directory]
echo Example: ABSINST C:\TC\LIB\
echo
echo If you specify a path name, the last '\' is required. If no
echo path name is specified, the .LIB files in the current
echo directory are used.
echo
echo TLIB.EXE must be in the current directory or on your DOS exec path.
echo
echo Hit any key to install the functions, ^C to exit
echo
pause

if not exist %1*.lib goto HELP

copy absread.obc absread.obj
tlib /E /0 %1cc -+absread
if errorlevel 1 goto ERROR
del absread.obj

copy absread.obh absread.obj
tlib /E /0 %1ch -+absread
if errorlevel 1 goto ERROR
del absread.obj

copy absread.obl absread.obj
tlib /E /0 %1cl -+absread
if errorlevel 1 goto ERROR
del absread.obj

copy absread.obm absread.obj
tlib /E /0 %1cm -+absread
if errorlevel 1 goto ERROR
del absread.obj

copy absread.obs absread.obj
tlib /E /0 %1cs -+absread
if errorlevel 1 goto ERROR
del absread.obj

if exist %1*.bak del %1*.bak
goto DONE

:ERROR
echo ERROR adding module to library
echo installation terminated
goto DONE

:HELP
echo
echo ERROR: invalid path specification

:DONE


  3 Responses to “Category : Assembly Language Source Code
Archive   : ABRD40.ZIP
Filename : ABSINST.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/