;; ;;pg setup ;;lm/rm = 0 ;;lndscp ;; ;; Script for Bishop Books Demo Version 1.3 (2/21/93) ;; Dialog Welcome to the Bishop Books installation. You can press at any time to stop the installation. Please click OK or press to continue. EndDialog ;; QueAllFiles DetermineInstallationDrive QueSize RequireFixed BernoulliAsFixed DetermineInstallationDirectory InstallationDrive:\BISHOP QueSize RequireFixed BernoulliAsFixed GetQuedFiles QueThermometerOnly ;; Dialog [YesOrNo1] ;; default is YES Do you want to disable the Program Mode password feature? For network installations, you must choose YES. EndDialog ;; If [YesOrNo1] = Y ModifyTextFile [InstallationDirectory]\B.BBS AddOrChangeLineWith (2222,,) as "23237811180119" At Beginning ;; chg password to encrypted "NoPw" to disable the password feature EndModifyTextFile Endif ;; Dialog All files have been loaded to your disk. Bishop Books will now be added to your Microsoft Windows. Please click OK or press to continue. EndDialog ;; BuildProgramGroup "Cellular Info" CELLINFO.GRP [InstallationDirectory]\BOOKS.EXE "Bishop Books" [InstallationDirectory]\BOOKS.EXE EndBuildProgramGroup ;; Dialog Installation is complete. EndDialog EndScript