home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 14 Text
/
14-Text.zip
/
lanzip.zip
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-10-14
|
464b
|
36 lines
@echo off
cls
echo.
echo.
@echo The online edition of the IBM LAN Software Buyer's Guide
@echo will be installed on your hard disk drive. It will be
@echo installed on drive C, in a subdirectory named LANBUYER.
echo.
@echo Installation will require 870 Kbytes of free space on drive C.
echo.
@echo To stop now, press Ctrl+Break; otherwise
pause
@echo off
c:
cd \
mkdir lanbuyer
copy a:*.* c:\lanbuyer
cd \
exit