home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / lanzip.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-10-14  |  464b  |  36 lines

  1.  
  2. @echo off
  3. cls
  4.  
  5. echo.
  6. echo.
  7. @echo The online edition of the IBM LAN Software Buyer's Guide
  8. @echo will be installed on your hard disk drive.  It will be
  9. @echo installed on drive C, in a subdirectory named LANBUYER.
  10. echo.
  11. @echo Installation will require 870 Kbytes of free space on drive C.
  12. echo.
  13. @echo To stop now, press Ctrl+Break; otherwise
  14. pause
  15.  
  16. @echo off
  17.  
  18. c:
  19. cd \
  20. mkdir lanbuyer
  21. copy a:*.* c:\lanbuyer
  22. cd \
  23.  
  24. exit
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.