home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
mslang
/
vm
/
strip.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
|
1993-12-20
|
232 b
|
15 lines
@echo off
if %1. == . goto usage
lib %1.lib @ems.rsp;
lib %1.lib @xms.rsp;
lib %1.lib @vm.rsp;
goto end
:usage
echo.
echo Please enter the library you wish to strip.
echo.
echo Example:
echo strip llibce
echo.
:end