home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / cell_nfo / booksd03.inf < prev    next >
Text File  |  1993-02-21  |  1KB  |  49 lines

  1. ;;
  2. ;;pg setup
  3. ;;lm/rm = 0
  4. ;;lndscp
  5. ;;
  6. ;; Script for Bishop Books Demo Version 1.3 (2/21/93)
  7. ;;
  8. Dialog
  9. Welcome to the Bishop Books installation.
  10. You can press <esc> at any time to stop the installation.
  11.  
  12. Please click OK or press <enter> to continue.
  13. EndDialog
  14. ;;
  15. QueAllFiles
  16. DetermineInstallationDrive QueSize RequireFixed BernoulliAsFixed
  17. DetermineInstallationDirectory InstallationDrive:\BISHOP QueSize RequireFixed BernoulliAsFixed
  18. GetQuedFiles QueThermometerOnly
  19. ;;
  20. Dialog [YesOrNo1]    ;; default is YES
  21. Do you want to disable the Program Mode password feature?
  22.  
  23. For network installations, you must choose YES.
  24. EndDialog
  25. ;;
  26. If [YesOrNo1] = Y
  27.     ModifyTextFile [InstallationDirectory]\B.BBS
  28.         AddOrChangeLineWith (2222,,) as "23237811180119" At Beginning
  29.         ;; chg password to encrypted "NoPw" to disable the password feature
  30.     EndModifyTextFile
  31. Endif
  32. ;;
  33. Dialog
  34. All files have been loaded to your disk.
  35. Bishop Books will now be added to your Microsoft Windows.
  36.  
  37. Please click OK or press <enter> to continue.
  38. EndDialog
  39. ;;
  40. BuildProgramGroup "Cellular Info" CELLINFO.GRP
  41.     [InstallationDirectory]\BOOKS.EXE "Bishop Books" [InstallationDirectory]\BOOKS.EXE
  42. EndBuildProgramGroup
  43. ;;
  44. Dialog
  45. Installation is complete.
  46. EndDialog
  47. EndScript
  48. 
  49.