home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / winbibl2.zip / EXPAND.BA_ / EXPAND.BA
Text File  |  1995-10-09  |  953b  |  34 lines

  1. echo off
  2. cls
  3. echo Win Bible V3.1. Ian Vink Software SHAREWARE
  4. echo ------------------------------------------------------------
  5. echo In a few moments the software will be setup. One moment please...
  6. echo
  7.  
  8.  
  9. c:
  10. cd c:\aqdas
  11. echo Expanding....
  12.  
  13. rem 'old.exe, holytext.exe ' are self executeable ZIP files. 
  14.  
  15. rem  Makes the winbible directory the current one and run it then remove it.
  16.  
  17. holytext.exe
  18. old.exe
  19. del holytext.exe
  20. del old.exe
  21.  
  22. cls
  23. echo  *****************************************************************
  24. echo  Done. The reason there is a version 3 of this software is that
  25. echo  many people sent in a few dollars to help pay for the 1st version
  26. echo  AND the second version. Think about it....
  27. echo  Ian Vink Box 72, RR#2 Grand Bend, ON, N0M 1T0 Canada ($5, $10 etc..)
  28. echo  *****************************************************************
  29. echo  Give this software to anyone you wish, perhaps at Church?
  30. pause
  31.  
  32.  
  33.  
  34.