home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DD / DD004.ZIP / DEFINST.BAT next >
DOS Batch File  |  1990-01-05  |  707b  |  27 lines

  1. echo off
  2. cls
  3. echo Note that this batch file assumes three things:
  4. echo .
  5. echo 1st, You have a hard disk drive C.
  6. echo 2nd, Hard disk drive C has at least 650K free space.
  7. echo 3rd, Hard disk drive C does not already have a directory C:\SMDEMO.
  8. echo .
  9. echo If one or more of these are untrue, stop this batch file by 
  10. echo pressing [Ctrl][Break] simultaneously now.  Otherwise,
  11. pause
  12. cls
  13. echo Copying and uncompressing files.  Please wait...
  14. md c:\smdemo
  15. copy *.* c:\smdemo
  16. c:
  17. cd\smdemo
  18. lharc e smdemo.lzh
  19. del smdemo.lzh
  20. echo Installation completed,
  21. pause
  22. cls
  23. echo You may now start the SeedMaster demo for the Gospel of John by
  24. echo typing:  SMDEMO  [Enter]
  25. echo .
  26. echo Thank you!
  27.