home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
FREELI22.ZIP
/
PROGS
/
REDO_EX.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-09-01
|
259 b
|
12 lines
@echo off
tasm -m -ml -q -t *.asm
if not exist freelib.lib goto try1
for %%x in (*.obj) do tlink/t %%x,,,freelib.lib
goto done
:try1
if not exist ..\freelib.lib goto done
for %%x in (*.obj) do tlink/t %%x,,,..\freelib.lib
:done
del *.obj
del *.map