home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b324 / 1.img / INSTALL.SCR < prev    next >
Encoding:
Text File  |  1985-09-25  |  42.7 KB  |  2,210 lines

  1.  
  2.                            1-2-3 Install Program
  3.  
  4.                               Copyright 1985
  5.                        Lotus Development Corporation
  6.                             All Rights Reserved
  7.                                  Release 2
  8.  
  9.  
  10.  The Install program lets you tell 1-2-3 what equipment you have.  You
  11.  choose your equipment from a list of options by moving a highlight bar
  12.  (the menu pointer) to your choice and pressing [RETURN].  You can start
  13.  1-2-3 without using the Install program first, but you will not be able
  14.  to see graphs or use a printer.
  15.  
  16.  If you need more information to make a particular choice, press [F1] to
  17.  see a Help screen.  If you are a new user, make sure you have filled in
  18.  the Hardware Chart in your 1-2-3 package before you begin.
  19. }
  20.  
  21. ##ASSIGN
  22. {
  23. L = INSTALL.LBR
  24. F = SINGLE.LBR
  25. I = s
  26. U = 123
  27. E = SET
  28. N = No driver sets found in &&K.
  29. X = 33
  30. Y = 12
  31. M = &&long_get_mas @@main
  32. D = %%disk_hlp
  33. }
  34.  
  35. ##H
  36. {
  37.  &&td_hdr &&td_box %%td_hlp &&blank 1          ;text display (0)
  38.  &&gd_hdr &&gd_box %%gd_hlp &&blank 1          ;graph display (1)
  39.  &&kbd_hdr &&kbd_box %%kbd_hlp &&blank 1       ;keyboard (2)
  40.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;printer interface (3)
  41.  &&gp_hdr &&gp_box %%gp_hlp &&gp2 24           ;graphics printer (4)
  42.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;default
  43.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;default
  44.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;comm (async) port (7)
  45.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;modem (8)
  46.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;protocol (9)
  47.  &&ft_hdr &&ft_box %%no_hlp &&blank 1          ;file translate (10)
  48.  &&tp_hdr &&tp_box %%tp_hlp &&tp2 4            ;text printer (11)
  49.  &&coll_hdr &&coll_box %%coll_hlp &&blank 1    ;collating sequence (12)
  50.  &&no_hdr &&no_box %%no_hlp &&blank 2          ;math coprocessor (13)
  51.  &&no_hdr &&no_box %%no_hlp &&blank 1          ;math coprocessor (14)
  52.  &&no_hdr &&no_box %%no_hlp &&blank 1
  53.  &&no_hdr &&no_box %%no_hlp &&blank 1
  54.  &&no_hdr &&no_box %%no_hlp &&blank 1
  55.  &&no_hdr &&no_box %%no_hlp &&blank 1
  56.  &&no_hdr &&no_box %%no_hlp &&blank 1
  57.  &&no_hdr &&no_box %%no_hlp &&blank 1
  58.  &&no_hdr &&no_box %%no_hlp &&blank 1
  59. }
  60.  
  61. ##S
  62. @@init
  63. ##A
  64. {
  65. U = 123
  66. E = SET
  67. }
  68. ##U &&no_lotus @@no_lotus
  69. ##A
  70. {
  71. A = 0
  72. A = 1
  73. A = 2
  74. A = 3
  75. A = 4
  76. A = 10
  77. A = 11
  78. A = 12
  79. A = 13
  80. }
  81. ##G @@main
  82.  
  83. @@no_lotus
  84. ##D &&name_beg &&press_ret
  85. ##N
  86. {
  87. ESC @@ex_no_lotus
  88. CR @@good
  89. }
  90.  
  91. @@good
  92. ##U &&no_set @@init
  93. ##A
  94. {
  95. A = 0
  96. A = 1
  97. A = 2
  98. A = 3
  99. A = 4
  100. A = 10
  101. A = 11
  102. A = 12
  103. A = 13
  104. }
  105.  
  106. @@main
  107. ##F
  108. ##A
  109. {
  110. H = &&main_hdr
  111. T = &&men_ftr
  112. D = %%main_hlp
  113. }
  114.  
  115. ##S &&curs_inst
  116. {
  117.  &&firsts &&firstl @@first
  118.  &&select &&selectl @@select
  119.  &&advs &&advl @@adv
  120.  &&exit &&ex_new @@ex_new
  121. }
  122. {
  123. BRK @@main
  124. ESC @@main
  125. }
  126.  
  127. @@first
  128. ##A
  129. {
  130. D = %%first_hlp
  131. }
  132.  
  133. /****************************************************************************/
  134. /*        To make this work, all driver names must be EXACTLY        */
  135. /*        eight characters, padded with spaces on the right!!!        */
  136. /****************************************************************************/
  137.  
  138. ##K
  139. {
  140. KIBM0UTD
  141. SIBM2   
  142. SIBM3   
  143. SIBM10  
  144. SKENG122 
  145. SWFPDR  
  146. COFPDR  
  147. }
  148.  
  149. ##D &&about_install &&press_ret
  150. ##O
  151. {
  152. CR @@sd_ques
  153. BRK @@main
  154. ESC @@main
  155. }
  156.  
  157. @@sd_ques
  158. ##A
  159. {
  160. H = &&new_user
  161. D = %%sd_ques_hlp
  162. T = &&men_ftr
  163. }
  164.  
  165. ##S &&sd_ques
  166. {
  167.  &&yes &&sd_yes @@mon_ques
  168.  &&no &&sd_no @@tp_ques
  169. }
  170. {
  171. ESC @@first
  172. BRK @@main
  173. }
  174.  
  175. @@mon_ques
  176. ##A
  177. {
  178. H = &&sd_hdr
  179. T = &&men_ftr
  180. D = %%sd_hlp
  181. }
  182. ##S &&mon_ques
  183. {
  184.  &&ones &&onel @@one
  185.  &&twos &&twol @@dual
  186. }
  187. {
  188. BRK @@main
  189. ESC @@sd_ques
  190. }
  191.  
  192. @@one
  193. ##A
  194. {
  195. D = %%sd_hlp
  196. T = &&men_ftr
  197. H = &&one_hdr
  198. }
  199. ##R **00-01 one &&get_mas @@main
  200. {
  201. BRK @@main
  202. ESC @@mon_ques
  203. CR @@tp_ques
  204. }
  205. ##Z @@RERROR
  206. ##G @@main
  207.  
  208. @@dual
  209. ##A
  210. {
  211. D = %%sd_hlp
  212. H = &&dual_hdr
  213. }
  214. ##R **00-01 dual &&get_mas @@main
  215. {
  216. BRK @@main
  217. ESC @@mon_ques
  218. CR @@tp_ques
  219. }
  220. ##Z @@RERROR
  221. ##G @@main
  222.  
  223. @@tp_ques
  224. ##A
  225. {
  226. H = &&new_user
  227. D = %%tp_ques_hlp
  228. T = &&men_ftr
  229. }
  230. ##S &&tp_ques
  231. {
  232.  &&yes &&print_yes @@tp_new
  233.  &&no &&print_no @@gp_ques
  234. }
  235. {
  236. BRK @@main
  237. ESC @@sd_ques
  238. }
  239.  
  240. @@tp_new
  241. ##A
  242. {
  243. C = 11
  244. H = &&tp_hdr
  245. T = &&men_ftr
  246. B = &&tp_box
  247. D = %%tp_hlp
  248. }
  249.  
  250. ##M
  251. {
  252. BRK @@main
  253. ESC @@tp_ques
  254. CR @@another_tp_ques
  255. }
  256.  
  257. @@another_tp_ques
  258. ##S &&another_tp_ques
  259. {
  260.  &&no &&no_more_tp @@gp_ques
  261.  &&yes &&another_tp @@another_tp
  262. }
  263. {
  264. ESC @@tp_ques
  265. BRK @@main
  266. }
  267. @@another_tp
  268. ##A
  269. {
  270. C = 11
  271. H = &&tp_hdr
  272. T = &&men_ftr
  273. B = &&tp_box
  274. D = %%tp_hlp
  275. }
  276.  
  277. ##M
  278. {
  279. BRK @@main
  280. ESC @@tp_ques
  281. CR @@another_tp_ques
  282. }
  283.  
  284. @@gp_ques
  285. ##A
  286. {
  287. H = &&new_user
  288. D = %%gp_hlp
  289. T = &&men_ftr
  290. }
  291. ##S &&gp_ques
  292. {
  293.  &&yes &&gp_yes @@gp_new
  294.  &&no &&gp_no @@save_new
  295. }
  296. {
  297. BRK @@main
  298. ESC @@tp_ques
  299. }
  300. @@gp_new
  301. ##A
  302. {
  303. C = 4
  304. H = &&gp_hdr
  305. T = &&men_ftr
  306. B = &&gp_box
  307. D = %%gp_hlp
  308. }
  309.  
  310. ##M
  311. {
  312. BRK @@main
  313. ESC @@gp_ques
  314. CR @@another_ques
  315. }
  316.  
  317. @@another_ques
  318. ##A
  319. {
  320. D = %%gp_hlp
  321. H = &&new_user
  322. T = &&men_ftr
  323. }
  324. ##S &&another_ques
  325. {
  326.  &&no &&no_more @@save_new
  327.  &&yes &&another @@gp_another
  328. }
  329. {
  330. ESC @@gp_ques
  331. BRK @@main
  332. }
  333.  
  334. @@gp_another
  335. ##A
  336. {
  337. C = 4
  338. H = &&gp_hdr
  339. T = &&men_ftr
  340. B = &&gp_box
  341. }
  342.  
  343. ##M
  344. {
  345. BRK @@main
  346. ESC @@gp_ques
  347. CR @@another_ques
  348. }
  349.  
  350. @@save_new
  351. ##A
  352. {
  353. H = &&new_user
  354. D = %%save_new_hlp
  355. }
  356. ##S &&multiple_ques
  357. {
  358.  &&no &&just_one @@just_one
  359.  &&yes &&multiple @@multiple
  360. }
  361.  
  362. {
  363. ESC @@another_ques
  364. BRK @@main
  365. }
  366.  
  367. @@just_one
  368. ##A
  369. {
  370. D = %%one_ds_hlp
  371. }
  372. ##D &&save_new &&press_ret
  373. ##O
  374. {
  375. CR @@do_save
  376. BRK @@main
  377. ESC @@save_new
  378. }
  379.  
  380. @@multiple
  381. ##A
  382. {
  383. D = %%save_hlp
  384. }
  385. ##D &&save_multiple &&press_ret
  386. ##T
  387. {
  388. ESC @@save_new
  389. BRK @@main
  390. CR @@do_save
  391. }
  392.  
  393.  
  394. @@do_save
  395. ##D &&wait &&blank
  396. ##C 0 &&get_util &&get_mas @@main
  397. ##W &&get_prog @@multiple &&bad_path @@multiple &&get_pgraph @@do_save1 &&pg_bad_path @@main
  398. ##Z @@WRITE_ERR
  399. @@do_save1
  400. ##W &&get_view @@main &&view_bad_path @@multiple &&press_escape @@do_save2 &&bad_path @@main
  401. ##Z @@WRITE_ERR
  402. @@do_save2
  403. ##Z @@WRITE_ERR
  404. ##D &&save_done_new &&blank
  405. ##O
  406. {
  407. CR @@ex_new
  408. ESC @@main
  409. BRK @@main
  410. }
  411.  
  412. @@ex_new
  413. ##A
  414. {
  415. H = &&exit_hdr
  416. T = &&men_ftr
  417. D = %%exit_hlp
  418. }
  419. ##V @@save_ques
  420. ##S &&exit_ques
  421. {
  422.  &&no &&exnl @@main
  423.  &&yes &&exyl @@exit
  424. }
  425. {
  426. ESC @@main
  427. BRK @@main
  428. }
  429.  
  430. ******** SELECTED EQUIPMENT ***********
  431.  
  432. @@select
  433. ##A
  434. {
  435. H = &&sel_hdr
  436. T = &&men_ftr
  437. D = %%select
  438. }
  439. ##S
  440. {
  441.  &&ret &&retl @@main
  442.  &&sd &&sdl @@sd_sel
  443.  &&tp &&tpl @@tp_sel
  444.  &&gp &&gpl @@gp_sel
  445.  &&save &&savel @@save_sel
  446.  &&exit &&exitl @@exit_sel
  447. }
  448. {
  449. ESC @@main
  450. BRK @@main
  451. }
  452.  
  453. ************SCREEN DISPLAY***********
  454.  
  455. @@sd_sel
  456. ##A
  457. {
  458. H = &&sd_hdr
  459. T = &&men_ftr
  460. D = %%sd_hlp
  461. }
  462. ##S &&mon_ques
  463. {
  464.  &&ones &&onel @@one_sel
  465.  &&twos &&twol @@dual_sel
  466. }
  467. {
  468. BRK @@main
  469. ESC @@select
  470. }
  471.  
  472. @@one_sel
  473. ##A
  474. {
  475. D = %%sd_hlp
  476. H = &&one_hdr
  477. }
  478. ##R **00-01 one &&get_mas @@main
  479. {
  480. BRK @@main
  481. ESC @@sd_sel
  482. CR @@select
  483. }
  484. ##Z @@RERROR
  485. ##G @@main
  486.  
  487. @@dual_sel
  488. ##A
  489. {
  490. D = %%sd_hlp
  491. H = &&dual_hdr
  492. }
  493. ##R **00-01 dual &&get_mas @@main
  494. {
  495. BRK @@main
  496. ESC @@sd_sel
  497. CR @@select
  498. }
  499. ##Z @@RERROR
  500. ##G @@main
  501.  
  502. ******** TEXT PRINTERS *********
  503.  
  504. @@tp_sel
  505. ##A
  506. {
  507. C = 11
  508. H = &&tp_hdr
  509. T = &&men_ftr
  510. B = &&tp_box
  511. D = %%tp_hlp
  512. }
  513.  
  514. ##M
  515. {
  516. BRK @@main
  517. ESC @@select
  518. CR @@select
  519. }
  520.  
  521. ***************** GRAPHICS PRINTERS ****************
  522. @@gp_sel
  523. ##A
  524. {
  525. C = 4
  526. H = &&gp_hdr
  527. T = &&men_ftr
  528. B = &&gp_box
  529. }
  530.  
  531. ##M
  532. {
  533. BRK @@main
  534. ESC @@select
  535. CR @@select
  536. }
  537.  
  538. **************** SAVING DRIVERS (SELECTED **********
  539.  
  540. @@save_sel
  541. ##A
  542. {
  543. H = &&save_hdr
  544. T = &&men_ftr
  545. D = %%save_hlp
  546. }
  547.  
  548. ##D &&save_info &&press_ret
  549. ##T
  550. {
  551. BRK @@main
  552. ESC @@select
  553. CR @@next_sel
  554. }
  555.  
  556. @@next_sel
  557. ##D &&wait &&blank
  558. ##C 0 &&get_util &&get_mas @@main
  559. ##W &&get_prog @@save_sel &&bad_path @@save_sel &&get_pgraph @@next_sel1 &&pg_bad_path @@main
  560. ##Z @@WRITE_ERR
  561. @@next_sel1
  562. ##W &&get_view @@main &&view_bad_path @@save_sel &&press_escape @@next_sel2 &&bad_path @@main
  563. ##Z @@WRITE_ERR
  564. @@next_sel2
  565. ##Z @@WRITE_ERR
  566. ##D &&save_done &&blank
  567. ##O
  568. {
  569. CR @@ex
  570. ESC @@select
  571. BRK @@main
  572. }
  573.  
  574. *********************** EXIT (SELECTED) **********************
  575.  
  576. @@exit_sel
  577. ##A
  578. {
  579. H = &&exit_hdr
  580. T = &&men_ftr
  581. D = %%exit_hlp
  582. }
  583. ##V @@save_ques
  584. ##S &&exit_ques
  585. {
  586.  &&no &&exnl @@main
  587.  &&yes &&exyl @@exit
  588. }
  589. {
  590. ESC @@main
  591. BRK @@main
  592. }
  593.  
  594. ******** ADVANCED OPTIONS *************
  595.  
  596. @@adv
  597. ##A
  598. {
  599. H = &&adv
  600. D = %%adv_hlp
  601. }
  602. ##S
  603. {
  604.  &&ret &&retl @@main
  605.  &&edits &&editl @@edit
  606.  &&news &&newl @@new
  607.  &&setshts &&setshtl @@setsht
  608.  &&save &&savel @@save_adv
  609.  &&exit &&exitl @@ex
  610. }
  611. {
  612. BRK @@main
  613. ESC @@main
  614. }
  615.  
  616. ********************* WORK WITH NAMED DRIVER SET *********
  617.  
  618. @@edit
  619. ##D &&name &&press_ret
  620. ##N
  621. {
  622. CR @@more
  623. ESC @@adv
  624. BRK @@main
  625. }
  626.  
  627. @@more
  628. ##U &&no_set @@adv
  629. ##A
  630. {
  631. A = 0
  632. A = 1
  633. A = 2
  634. A = 3
  635. A = 4
  636. A = 10
  637. A = 11
  638. A = 12
  639. A = 13
  640. }
  641.  
  642. ##G @@adv
  643.  
  644. ******************* DRIVER LIST ***************
  645.  
  646. @@setsht
  647. ##A
  648. {
  649. H = &&setsht
  650. }
  651. ##E
  652. {
  653. BRK @@main
  654. ESC @@adv
  655. }
  656. ##G @@adv
  657. *********** NEW (SINGLE) DRIVERS *******
  658.  
  659. @@new
  660. ##A
  661. {
  662. D = %%new_hlp
  663. }
  664. ##D &&new_expl &&press_ret
  665. ##O
  666. {
  667. CR @@incl
  668. ESC @@adv
  669. BRK @@main
  670. }
  671.  
  672. @@incl
  673. ##D &&wait &&blank
  674. ##B &&get_drvs @@adv
  675. ##I &&get_util @@adv
  676. ##Z @@include_err
  677. ##D &&done_new &&press_ret
  678. ##O
  679. {
  680. BRK @@main
  681. ESC @@adv
  682. CR @@adv
  683. }
  684. ************ COLLATING -- ONLY THROUGH ADVANCED **** (unnecesary?)
  685. ##A
  686. {
  687. C = 12
  688. H = &&coll_hdr
  689. T = &&men_ftr
  690. }
  691.  
  692. ##M
  693. {
  694. BRK @@main
  695. ESC @@adv
  696. CR @@adv
  697. }
  698.  
  699. ************** PRINTER PORT (USUALLY AUTOMARKED) ***********
  700.  
  701. ##A
  702. {
  703. C = 3
  704. H = &&pport_hdr
  705. T = &&men_ftr
  706. D = %%pport_hlp
  707. }
  708.  
  709. ##M
  710. {
  711. BRK @@main
  712. ESC @@adv
  713. CR @@adv
  714. }
  715.  
  716. ************* SAVING DRIVERS *************
  717.  
  718. @@save_adv
  719. ##A
  720. {
  721. H = &&save_hdr
  722. T = &&men_ftr
  723. D = %%save_hlp
  724. }
  725.  
  726. ##D &&save_info &&press_ret
  727. ##T
  728. {
  729. BRK @@main
  730. ESC @@adv
  731. CR @@next
  732. }
  733.  
  734. @@next
  735. ##D &&wait &&blank
  736. ##C 0 &&get_util &&get_mas @@main
  737. ##W &&get_prog @@save_adv &&bad_path @@save_adv &&get_pgraph @@next1 &&pg_bad_path @@main
  738. ##Z @@WRITE_ERR
  739. @@next1
  740. ##W &&get_view @@main &&view_bad_path @@save_adv &&press_escape @@next2 &&bad_path @@main
  741. ##Z @@WRITE_ERR
  742. @@next2
  743. ##Z @@WRITE_ERR
  744. ##D &&save_done &&blank
  745. ##O
  746. {
  747. CR @@ex
  748. ESC @@adv
  749. BRK @@main
  750. }
  751.  
  752. @@ex
  753. ##A
  754. {
  755. H = &&exit_hdr
  756. T = &&men_ftr
  757. }
  758. ##V @@save_ques              ; check to see if they want to save
  759. ##S &&exit_ques
  760. {
  761.  &&no &&exnl @@main
  762.  &&yes &&exyl @@exit
  763. }
  764. {
  765. ESC @@main
  766. BRK @@main
  767. }
  768.  
  769. @@ex_no_lotus
  770. ##A
  771. {
  772. H = &&exit_hdr
  773. T = &&men_ftr
  774. }
  775.  
  776. ##S &&exit_ques
  777. {
  778.  &&no &&exnl @@no_lotus
  779.  &&yes &&exyl @@exit
  780. }
  781. {
  782. ESC @@no_lotus
  783. }
  784.  
  785. @@exit
  786. ##Q
  787.  
  788. @@save_ques
  789. ##S &&save_ques
  790. {
  791.  &&yes &&save_yes @@save_end
  792.  &&no &&save_no @@ex_no_verif
  793. }
  794. {
  795. ESC @@main
  796. BRK @@main
  797. }
  798.  
  799. @@ex_no_verif
  800. ##A
  801. {
  802. H = &&exit_hdr
  803. T = &&men_ftr
  804. }
  805. ##S &&exit_ques
  806. {
  807.  &&no &&exnl @@main
  808.  &&yes &&exyl @@exit
  809. }
  810. {
  811. ESC @@main
  812. BRK @@main
  813. }
  814.  
  815. @@save_end
  816. ##A
  817. {
  818. H = &&save_hdr
  819. T = &&men_ftr
  820. D = %%save_hlp
  821. }
  822.  
  823. ##D &&save_info &&press_ret
  824. ##T
  825. {
  826. BRK @@main
  827. ESC @@main
  828. CR @@next_end
  829. }
  830.  
  831. @@next_end
  832. ##D &&wait &&blank
  833. ##C 0 &&get_util &&get_mas @@main
  834. ##W &&get_prog @@save_end &&bad_path @@save_end &&get_pgraph @@next_end1 &&pg_bad_path @@main
  835. ##Z @@WRITE_ERR
  836. @@next_end1
  837. ##W &&get_view @@main &&view_bad_path @@save_end &&press_escape @@next_end2 &&bad_path @@main
  838. ##Z @@WRITE_ERR
  839. @@next_end2
  840. ##Z @@WRITE_ERR
  841. ##D &&save_done &&blank
  842. ##O
  843. {
  844. CR @@ex
  845. ESC @@main
  846. BRK @@main
  847. }
  848.  
  849. @@botch_path
  850. ##A
  851. {
  852. D = %%save_hlp
  853. }
  854. ##D &&redo_path &&press_ret
  855. ##T
  856. {
  857. ESC @@botch_path
  858. BRK @@main
  859. CR @@on_blank
  860. }
  861. ##G @@on_blank
  862.  
  863. @@WRITE_ERR
  864. ##P                                         ; beePs
  865. @@backhere
  866. ##D &&write_err &&blank
  867. ##O
  868. {
  869. ESC @@ex_backhere
  870. CR @@on_blank
  871. }
  872. @@on_blank
  873. ##W &&confirm_blank @@ex_no_verif &&bad_path @@botch_path &&get_pgraph_iferr @@on_blank1 &&pg_bad_path @@main
  874. ##Z @@WRITE_ERR                             ; above retry write on new disk
  875. @@on_blank1
  876. ##D &&save_done &&blank
  877. ##O
  878. {
  879. CR @@main
  880. ESC @@main
  881. BRK @@main
  882. }
  883.  
  884. @@ex_backhere
  885. ##A
  886. {
  887. H = &&exit_hdr
  888. T = &&men_ftr
  889. }
  890. ##S &&exit_ques
  891. {
  892.  &&no &&exnl @@main
  893.  &&yes &&exyl @@exit
  894. }
  895. {
  896. ESC @@backhere
  897. BRK @@main
  898. }
  899.  
  900. @@include_err
  901. ##D &&include_err &&press_ret
  902. ##O
  903. {
  904. CR @@main
  905. }
  906.  
  907. @@RERROR
  908. ##D &&RERROR &&press_ret
  909. ##O
  910. {
  911. ESC @@main
  912. }
  913.  
  914. ***************** INFORMATION SCREENS *************
  915.  
  916. &&about_install
  917. {
  918.  
  919. Lotus supplies programs, called drivers, that let 1-2-3 work with
  920. different equipment.  1-2-3 comes with drivers that let you create
  921. a worksheet immediately.  The Install program lets you add drivers
  922. that allow 1-2-3 to display graphs and to print your work.
  923.  
  924. When you choose First-Time Installation, the Install program guides you
  925. through the procedure of selecting the drivers you want.  Then it
  926. saves the drivers you select in a file, or driver set, called 123.SET.
  927.  
  928. Each time you use First-Time Installation, you start over; Install ignores
  929. any choices you have made before.
  930.  
  931. If NUM appears in the lower right part of your screen, press [NUM LOCK]
  932. to make it disappear.  NUM should never appear while you are using the
  933. Install program.
  934. }
  935.  
  936. ********************* SAVE SCREENS ******************
  937.  
  938. &&save_new
  939. {
  940.  
  941.                      S A V I N G   C H A N G E S
  942.  
  943. When you press [RETURN], the Install program will save your selections in
  944. a driver set called &&N.
  945.  
  946. If you are working with a diskette system, the Install program will prompt
  947. you to change disks.  Follow the instructions on the screen.
  948. }
  949.  
  950. &&save_multiple
  951. {
  952.  
  953.                      S A V I N G   C H A N G E S
  954.  
  955. Give your driver set a name of no more than eight characters.  Do not type
  956. an extension; the Install program adds the extension .SET automatically.
  957. You can specify a path if you want to save your driver set in a different
  958. directory.  The name of the driver set itself should not contain:
  959.  
  960.                       [ ] ; , . / ? * : ^ + = - < > \ |
  961.  
  962. If you want to use the name displayed in the highlight, just press [RETURN].
  963. To use another name, start to type the name you want.  The name in the
  964. highlight will disappear.  If you use a name other than 123, you will have
  965. to type that name when you start the 1-2-3 program.
  966.  
  967.  
  968.             Press [RETURN] or enter a new name for your driver set
  969.  
  970.   
  971. }
  972.  
  973. &&save_done_new
  974. {
  975.  
  976.               You have finished the installation process.
  977.  
  978. If you want to see the contents of the driver set you just created, press
  979. [F10].  The list you see may differ from what you expect in a few ways.
  980. First, the Install program adds some drivers automatically.  Second, there
  981. are two drivers for your screen display -- one for text and one for
  982. graphs.  If you want to return to the main menu, press [F9].
  983.  
  984.  
  985.        You can leave the Install program now by pressing [RETURN].
  986.  
  987.  
  988. }
  989.  
  990. &&save_info
  991. {
  992.                      S A V I N G   C H A N G E S
  993.  
  994. If you plan to build a number of driver sets for different equipment or
  995. for different applications, you must give each driver set a different name:
  996. for example, COMPAQ for the driver set you use with your Compaq, and COLOR
  997. for the driver set you use on your color system.  If you give your driver
  998. set a name other than 123, you must type that name when you start the 1-2-3
  999. program.
  1000.  
  1001. When you start to type a new name, the name in the highlight will disappear.
  1002. You can specify a path if you want to save your driver set in a different
  1003. directory.  The name of the driver set itself should be no longer than eight
  1004. characters, and it should not contain any of the following:
  1005.  
  1006.                   [ ] ; , . / ? * : ^ + = - < > \ |
  1007.  
  1008.           Press [RETURN] or enter a new name for your driver set
  1009.  
  1010.   
  1011. }
  1012. &&save_done
  1013. {
  1014.  
  1015.  
  1016.  
  1017.                    You have saved the changes you made.
  1018.  
  1019.  
  1020.  
  1021.                   Press [F9] to go to the main menu, or
  1022.  
  1023.                Press [RETURN] to leave the Install program.
  1024. }
  1025.  
  1026. ********************* GETTING DISKS ****************
  1027.  
  1028. &&no_set
  1029. {
  1030.  
  1031.   IF YOU STARTED INSTALL FROM A DISKETTE:
  1032.  
  1033.     o  Put the disk that contains the driver set you named in drive A
  1034.        (or in the drive you specified).
  1035.  
  1036.     o  Close the disk drive door and press [RETURN] to continue.
  1037.  
  1038.  
  1039.   IF YOU STARTED INSTALL FROM A HARD DISK:
  1040.  
  1041.     o  The driver set you named is not in the directory you named.
  1042.  
  1043.     o  Press [ESCAPE] and then try again with a different name or a
  1044.       different path.
  1045. }
  1046.  
  1047. &&no_lotus
  1048. {
  1049.  
  1050.   IF YOU STARTED INSTALL FROM A DISKETTE:
  1051.  
  1052.     o  Replace the disk in drive A with the 1-2-3 System Disk.
  1053.  
  1054.     o  Press [RETURN] to continue.
  1055.  
  1056.  
  1057.   IF YOU STARTED INSTALL FROM A HARD DISK:
  1058.  
  1059.     o  The current directory does not contain 123.SET.
  1060.  
  1061.     o  To work with a driver set that has a different name,
  1062.        press [ESCAPE] and enter the name of the driver set.
  1063. }
  1064. &&long_get_mas
  1065. {
  1066.   Install needs some information from the Install Library Disk.
  1067.  
  1068.  
  1069.   IF YOU STARTED INSTALL FROM A DISKETTE:
  1070.  
  1071.     o  Remove the Utility Disk and place the Install Library Disk
  1072.        in drive A.
  1073.  
  1074.     o  Close the disk drive door and press [RETURN] to continue.
  1075.  
  1076.  
  1077.   IF YOU STARTED INSTALL FROM A HARD DISK:
  1078.  
  1079.     o  Some of the files that Install needs are not in this directory.
  1080.  
  1081.     o  Press [ESCAPE] to return to the operating system, copy all the
  1082.        1-2-3 files into the same directory, and start Install from
  1083.        that directory.
  1084. }
  1085.  
  1086. &&get_mas
  1087. {
  1088.  
  1089. Install needs some information from the Install Library Disk.
  1090.  
  1091.  
  1092.   o  Remove the disk in drive A and replace it with the
  1093.      Install Library Disk.
  1094.  
  1095.   o  Close the disk drive door and press [RETURN] to continue.
  1096.  
  1097.  
  1098. }
  1099.  
  1100. &&get_prog
  1101. {
  1102.  
  1103.  
  1104.  
  1105.   o  Place the 1-2-3 System Disk in drive A (or in the drive 
  1106.      you specified).
  1107.  
  1108.   o  Press [RETURN] to continue.
  1109.  
  1110.  
  1111. }
  1112. &&get_view
  1113. {
  1114.  
  1115.  
  1116. If you plan to use a View of 1-2-3
  1117.  
  1118.   o  Replace the 1-2-3 System Disk or PrintGraph Disk with the
  1119.      View of 1-2-3 Disk.
  1120.  
  1121.   o  Press [RETURN] to continue.
  1122.  
  1123. If you do not plan to use a View of 1-2-3 Disk
  1124.  
  1125.   o  Press [ESCAPE] to return to the main menu.
  1126.  
  1127. }
  1128. &&get_pgraph
  1129. {
  1130.  
  1131.  
  1132. Your changes have been saved on the 1-2-3 System Disk.
  1133.  
  1134. If you plan to use PrintGraph
  1135.  
  1136.   o  Replace the 1-2-3 System Disk with the PrintGraph Disk.
  1137.  
  1138.   o  Press [RETURN] to continue.
  1139.  
  1140. If you do not plan to use PrintGraph, press [ESCAPE]
  1141.  
  1142. }
  1143.  
  1144. &&confirm_blank
  1145. {
  1146.  
  1147.   o  Make sure you have a formatted disk in drive A (or in the drive
  1148.      you specified).
  1149.      
  1150.   o  When you press [RETURN], Install will save your changes on the 
  1151.      new disk.
  1152.  
  1153.   o  When you want to use the driver set on new disk, copy it onto
  1154.      the 1-2-3 System Disk before you start 1-2-3.  Alternatively, you
  1155.      can start 1-2-3 by typing 123 B:\COMPAQ, substituting the pathname
  1156.      of the driver set for B:\COMPAQ
  1157.  
  1158.   o  If you do not have a blank formatted disk, press [ESCAPE] and then
  1159.      leave Install.  Make space on the 1-2-3 disk for the driver set, or
  1160.      format a blank disk.  Then start Install again.
  1161. }
  1162.  
  1163. &&get_pgraph_iferr
  1164. {
  1165.  
  1166.  
  1167.   Your changes have been saved on the new disk.
  1168.  
  1169.   If you want to save the driver on another disk (for instance, the
  1170.   PrintGraph Disk or the View of 1-2-3 Disk, if there is room)
  1171.  
  1172.     o  Replace the disk you just used with another disk.
  1173.  
  1174.     o  Press [RETURN] to continue.
  1175.  
  1176.   If you do not want to save the driver set on another disk
  1177.  
  1178.     o  Press [ESCAPE] to return to the main menu
  1179. }
  1180.  
  1181. &&press_escape
  1182. {
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.                    Press [ESCAPE] to continue.
  1193. }
  1194.  
  1195. &&get_util
  1196. {
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.                        Remove the disk in drive A.
  1203.  
  1204.                     Replace it with the Utility Disk.
  1205.  
  1206.         Close the disk drive door and press [RETURN] to continue.
  1207. }
  1208.  
  1209. ******************* NEW (SINGLE) DRIVER STUFF **************
  1210.  
  1211. &&new_expl
  1212. {
  1213.  
  1214. The Install program creates a separate driver library (SINGLE.LBR) for all
  1215. the files with the extension .DRV.  Your new drivers will appear on the
  1216. same lists as the drivers that come in the install library.
  1217.  
  1218.   IF YOU STARTED INSTALL FROM A DISKETTE:
  1219.  
  1220.     o  Insert the diskette with the new drivers.
  1221.  
  1222.     o  Press [RETURN] to continue.
  1223.  
  1224.  
  1225.   IF YOU STARTED INSTALL FROM A HARD DISK:
  1226.  
  1227.     o  The new drivers must be in this directory of your hard disk.  If
  1228.        they are not, press [ESCAPE], leave Install, and copy them into
  1229.        this directory.
  1230.  
  1231.     o  If the new drivers are in this directory, press [RETURN] to continue.
  1232. }
  1233.  
  1234. &&get_drvs
  1235. {
  1236.  
  1237.   IF YOU STARTED INSTALL FROM A DISKETTE:
  1238.  
  1239.     o  Replace the disk in drive A with the disk that contains the new
  1240.        (single) drivers.
  1241.  
  1242.     o  Press [RETURN] to continue.
  1243.  
  1244.  
  1245.   IF YOU STARTED INSTALL FROM A HARD DISK:
  1246.  
  1247.     o  There are no single drivers (.DRV files) in this directory.
  1248.  
  1249.     o  Press [ESCAPE], leave Install, and copy the new (single) drivers
  1250.        into this directory.
  1251. }
  1252.  
  1253. &&done_new
  1254. {
  1255.  
  1256.  
  1257.                                   R E A D Y
  1258.  
  1259.  
  1260.       You can now select any of the new drivers from the Install menus.
  1261. }
  1262.  
  1263. *************************** MISCELLANEOUS PROMPTS ****************
  1264.  
  1265. &&name
  1266. {
  1267.  
  1268.  
  1269. Type the name of the driver set you want to work with and press [RETURN].
  1270. You can specify a different drive, or include a path name if the driver set
  1271. is in a different directory.  DO NOT type the extension .SET with the name.
  1272.  
  1273.  
  1274.   
  1275. }
  1276.  
  1277. &&name_beg
  1278. {
  1279.  
  1280.  
  1281. Type the name of the driver set you want to work with and press [RETURN].
  1282. You can specify a different drive, or include a path name if the driver set
  1283. is in a different directory.  DO NOT type the extension .SET with the name.
  1284. If you cannot find the driver set you want, press [ESCAPE] to leave Install.
  1285.  
  1286.   
  1287. }
  1288.  
  1289. &&wait
  1290. {
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.      Please wait...
  1301. }
  1302.  
  1303. ************************ ERRORS **********
  1304.  
  1305. &&write_err
  1306. {
  1307.  
  1308.   There is not enough space to save your changes on the disk you indicated.
  1309.  
  1310.   IF YOU WANT TO SAVE YOUR DRIVER SET ON A DISKETTE:
  1311.  
  1312.   o  Insert a formatted blank disk in drive A (or in the drive you 
  1313.      specified).  Then press [RETURN] to tell Install to save the driver 
  1314.      set on the blank disk.  When you leave Install, delete an existing 
  1315.      driver set from your System Disk and copy the new driver set.
  1316.  
  1317.   o  Press [ESCAPE] to leave Install if you do not have a formatted disk.
  1318.  
  1319.  
  1320.   IF YOU WANT TO SAVE YOUR DRIVER SET ON A HARD DISK:
  1321.  
  1322.   o  Press [ESCAPE] to leave Install, make space on your hard disk, and
  1323.      start Install again.
  1324. }
  1325.  
  1326. &&include_err
  1327. {
  1328.  
  1329.   There is not enough space on the disk to include the single drivers.
  1330.  
  1331.   Make sure you do not have any .DRV files that you do not need, and then
  1332.   try again.
  1333. }
  1334.  
  1335. &&RERROR
  1336. {
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.      The driver combination that you have selected contains a
  1343.      driver that is not on the Install Library Disk.
  1344.  
  1345.  
  1346.      Press [ESCAPE] and then select another combination.
  1347. }
  1348.  
  1349. &&bad_path
  1350. {
  1351.  
  1352.   IF YOU ENTERED A PATH NAME:
  1353.  
  1354.   o  The path you specified probably does not exist.
  1355.  
  1356.   o  Press [ESCAPE] and then enter a different path name.
  1357.  
  1358.  
  1359.   OTHERWISE:
  1360.  
  1361.   o  You entered an invalid file name, or included the extension .SET.  
  1362.  
  1363.   o  Press [ESCAPE] and enter a different file name, without an extension
  1364.      and without any of these characters:  [ ] ; , . / ? * : ^ + = - < > \ |
  1365. }
  1366.  
  1367. &&redo_path
  1368. {
  1369.  
  1370.  
  1371.  
  1372.  
  1373.   Enter a new path name:
  1374.  
  1375.   
  1376. }
  1377.  
  1378.  
  1379. &&pg_bad_path
  1380. {
  1381.  
  1382.  
  1383.  
  1384.  
  1385.   Your PrintGraph Disk does not contain the path you specified.
  1386.  
  1387.   When you leave Install, copy the driver set you made from your 1-2-3
  1388.   System Disk to your PrintGraph Disk
  1389.  
  1390.   Press [ESCAPE] to return to the main menu.
  1391. }
  1392.  
  1393. &&view_bad_path
  1394. {
  1395.  
  1396.  
  1397.  
  1398.  
  1399.   Your View of 1-2-3 Disk does not contain the path you specified.
  1400.  
  1401.   When you leave Install, copy the driver set you made from your 1-2-3
  1402.   System Disk to your View of 1-2-3 Disk
  1403.  
  1404.   Press [ESCAPE] to return to the main menu.
  1405. }
  1406.  
  1407. ********** QUESTIONS FOR FIRST-TIME INSTALLATION *****************
  1408.  
  1409. &&curs_inst
  1410. {
  1411. Use    or    to move menu pointer.
  1412. }
  1413. &&yes
  1414. {
  1415. Yes
  1416. }
  1417. &&no
  1418. {
  1419. No
  1420. }
  1421. &&sd_ques
  1422. {
  1423. Can your computer display graphs?
  1424. }
  1425. &&sd_yes
  1426. {
  1427. Select Yes if your computer
  1428. can display graphs.
  1429.  
  1430. Press [RETURN] to select Yes
  1431. or use    to move the menu
  1432. pointer to No.
  1433. }
  1434. &&sd_no
  1435. {
  1436. Select No if you cannot
  1437. display graphs with your
  1438. equipment.
  1439.  
  1440. Press [RETURN] to select No,
  1441. or use    to move the menu
  1442. pointer to Yes.
  1443. }
  1444. &&mon_ques
  1445. {
  1446. How many monitors do you have?
  1447. }
  1448. &&ones
  1449. {
  1450. One Monitor
  1451. }
  1452. &&twos
  1453. {
  1454. Two Monitors
  1455. }
  1456. &&onel
  1457. {
  1458. Select One Monitor if you have
  1459. a computer with a single
  1460. monitor or a portable computer
  1461. with a built-in monitor.
  1462. }
  1463. &&twol
  1464. {
  1465. Select Two Monitors if you
  1466. have two monitors connected
  1467. to the same computer and you
  1468. will use one to display text
  1469. and the other to display
  1470. graphs.
  1471. }
  1472. &&tp_ques
  1473. {
  1474. Do you have a text printer?
  1475. }
  1476. &&print_yes
  1477. {
  1478. You use a text printer to
  1479. print numbers and letters.
  1480. Select Yes if you have a
  1481. text printer.
  1482. }
  1483. &&print_no
  1484. {
  1485. Select No if you do not have a
  1486. printer, or if you will use
  1487. your printer only to print
  1488. graphs.
  1489. }
  1490. &&another_tp_ques
  1491. {
  1492. Do you have another text printer?
  1493. }
  1494. &&another_tp
  1495. {
  1496. Select Yes if you have another
  1497. text printer.  When you print
  1498. your work, 1-2-3 lets you
  1499. indicate which text printer
  1500. you want to use.
  1501. }
  1502. &&no_more_tp
  1503. {
  1504. Select No if you do not have
  1505. another text printer.
  1506. }
  1507. &&gp_ques
  1508. {
  1509. Do you want to print graphs?
  1510. }
  1511. &&gp_yes
  1512. {
  1513. Select Yes if you want to
  1514. print graphs, even if you
  1515. will use the same printer
  1516. you selected for printing
  1517. text.
  1518. }
  1519. &&gp_no
  1520. {
  1521. Select No if you do not want
  1522. to print graphs.
  1523. }
  1524. &&another_ques
  1525. {
  1526. Do you have another graphics printer?
  1527. }
  1528. &&another
  1529. {
  1530. Select Yes if you have another
  1531. graphics printer or plotter.
  1532. When you print a graph, the
  1533. PrintGraph program lets you
  1534. indicate which graphics
  1535. printer or plotter you want
  1536. to use.
  1537. }
  1538. &&no_more
  1539. {
  1540. Select No if you do not have
  1541. another graphics printer or
  1542. plotter.
  1543. }
  1544. &&multiple_ques
  1545. {
  1546. Do you want to name your driver set?
  1547. }
  1548. &&just_one
  1549. {
  1550. Select No if you do not plan
  1551. to create more than one driver
  1552. set. The Install program will
  1553. automatically name your driver
  1554. set 123. When you start the
  1555. 1-2-3 program, you will not
  1556. have to type the name of a
  1557. driver set.
  1558. }
  1559. &&multiple
  1560. {
  1561. Select Yes if you need more
  1562. than one driver set. You
  1563. can create additional driver
  1564. driver sets with different
  1565. names if you plan to use
  1566. 1-2-3 with different kinds
  1567. of equipment.  When you start
  1568. 1-2-3, you have to type the
  1569. name of the driver set.
  1570. }
  1571.  
  1572. &&exit_ques
  1573. {
  1574. Do you want to leave Install?
  1575. }
  1576.  
  1577. ************* MENU CHOICES ******************
  1578.  
  1579. &&firsts
  1580. {
  1581. First-Time Installation
  1582. }
  1583. &&firstl
  1584. {
  1585. Select First-Time Installation
  1586. for a guided path through the
  1587. installation procedure.  This
  1588. path lets you select drivers
  1589. for screen display and for
  1590. printers.
  1591. }
  1592. &&advs
  1593. {
  1594. Advanced Options
  1595. }
  1596. &&advl
  1597. {
  1598. Select Advanced Options if
  1599. you want to work with another
  1600. driver set, add new drivers
  1601. to the library, or select
  1602. drivers that you cannot select
  1603. elsewhere in Install.
  1604. }
  1605. &&select
  1606. {
  1607. Change Selected Equipment
  1608. }
  1609. &&selectl
  1610. {
  1611. Select Change Selected
  1612. Equipment to change or add
  1613. drivers for screen display,
  1614. text printer, or graphics
  1615. printer.
  1616. }
  1617.  
  1618. &&exit
  1619. {
  1620. Exit Install Program
  1621. }
  1622. &&exitl
  1623. &&ex_new
  1624. {
  1625. Select Exit Install to leave
  1626. the Install program.
  1627. }
  1628. &&edits
  1629. {
  1630. Make Another Driver Set Current
  1631. }
  1632.  
  1633. &&editl
  1634. {
  1635. Select Make Another Driver
  1636. Set Current if you want to
  1637. make changes in a different
  1638. driver set.
  1639.  
  1640. You can press [F10] to see
  1641. the name and contents of the
  1642. current driver set.
  1643. }
  1644. &&sd
  1645. {
  1646. Screen Display
  1647. }
  1648. &&gp
  1649. {
  1650. Graphics Printer(s)
  1651. }
  1652. &&news
  1653. {
  1654. Add New Drivers to Library
  1655. }
  1656. &&save
  1657. {
  1658. Save Changes
  1659. }
  1660. &&setshts
  1661. {
  1662. Modify Current Driver Set
  1663. }
  1664. &&ret
  1665. {
  1666. Return to Main Menu
  1667. }
  1668. &&sdl
  1669. {
  1670. Select Screen Display to
  1671. choose the way you want
  1672. 1-2-3 to display graphs
  1673. and text with your equipment.
  1674. }
  1675. &&tp
  1676. {
  1677. Text Printer(s)
  1678. }
  1679. &&tpl
  1680. {
  1681. Select Text Printer(s) to
  1682. specify the printer(s)
  1683. you will use to print
  1684. words and numbers.
  1685. }
  1686. &&newl
  1687. {
  1688. Select Add New Drivers to
  1689. Library if you have new
  1690. equipment that came with
  1691. its own driver program(s).
  1692. }
  1693. &&setshtl
  1694. {
  1695. Select Modify Current Driver
  1696. Set to make changes in the
  1697. current driver set. This
  1698. option allows you to change
  1699. some drivers that you cannot
  1700. change from anywhere else
  1701. in the Install program.
  1702. }
  1703. &&retl
  1704. {
  1705. Select Return to Main Menu if
  1706. you have finished using this
  1707. menu. If you want to follow a
  1708. guided path through the
  1709. installation procedure, choose
  1710. First-Time Installation from
  1711. the main menu.
  1712. }
  1713. &&savel
  1714. {
  1715. Select Save Changes to save
  1716. the changes you made. You
  1717. must save your changes before
  1718. you leave the Install program.
  1719. }
  1720. &&gpl
  1721. {
  1722. Select Graphics Printer(s) to
  1723. specify the printer(s) or
  1724. plotters you use for graphs.
  1725. }
  1726. &&save_ques
  1727. {
  1728. Do you want to save your changes?
  1729. }
  1730. &&save_yes
  1731. {
  1732. Select Yes to save the changes
  1733. you made.
  1734. }
  1735. &&save_no
  1736. {
  1737. Select No if you do not want
  1738. to save the changes you made.
  1739. }
  1740.  
  1741. &&exyl
  1742. {
  1743. Select Yes to leave Install.
  1744. }
  1745. &&exnl
  1746. {
  1747. Select No to continue working
  1748. with the Install program. You
  1749. will return to the main menu.
  1750. }
  1751.  
  1752. ************** FIXED BOXES (ONE PER DRIVER CLASS) ******************
  1753.  
  1754. &&td_box
  1755. {
  1756. Select a text display driver
  1757. from the list to the left.
  1758. }
  1759.  
  1760. &&gd_box
  1761. {
  1762. Select a graph display
  1763. driver from the list to
  1764. the left.
  1765. }
  1766.  
  1767. &&kbd_box
  1768. {
  1769. Select your keyboard driver
  1770. from the list to the left.
  1771. }
  1772.  
  1773. &&coll_box
  1774. {
  1775. Select the collating sequence
  1776. you want to use from the list
  1777. to the left.
  1778. }
  1779. &&ft_box
  1780. {
  1781. Select a file translation
  1782. driver to translate print
  1783. files you create in 1-2-3.
  1784. }
  1785.  
  1786. &&no_box
  1787. {
  1788. Press [ESCAPE] to return to
  1789. previous screen.
  1790. }
  1791.  
  1792. &&tp_box
  1793. {
  1794. Select the brand of your text
  1795. printer from the list to the
  1796. left.  (The list takes up two
  1797. screens.)  If you have more
  1798. than one text printer, you can
  1799. return to this list to select
  1800. another.  To cancel a
  1801. selection, highlight it and
  1802. press [DELETE].
  1803. }
  1804. &&tp2
  1805. {
  1806. Select the model of your text
  1807. printer from the list to the
  1808. left.  (The lower left corner
  1809. tells you what brand you
  1810. selected.)  To cancel a
  1811. selection, highlight it and
  1812. press [DELETE].
  1813. }
  1814. &&gp_box
  1815. {
  1816. Select the brand of your
  1817. graphics printer or plotter
  1818. from the list to the left.
  1819. (The list takes up two
  1820. screens.)  If you have more
  1821. than one graphics printer or
  1822. plotter, you can return to
  1823. this list to select another.
  1824. To cancel a selection,
  1825. highlight it and press
  1826. [DELETE].
  1827. }
  1828. &&gp2
  1829. {
  1830. Select the model of your graph
  1831. printer from the list to the
  1832. left.  (The lower left corner
  1833. tells you what brand you
  1834. selected.)  To cancel a
  1835. selection, highlight it and
  1836. press [DELETE].
  1837. }
  1838.  
  1839. *************** HEADERS **************
  1840.  
  1841. &&main_hdr
  1842. {
  1843. M A I N   M E N U
  1844. }
  1845. &&save_hdr
  1846. {
  1847. S A V E
  1848. }
  1849. &&sd_hdr
  1850. {
  1851. S C R E E N   D I S P L A Y
  1852. }
  1853. &&one_hdr
  1854. {
  1855. S I N G L E   M O N I T O R
  1856. }
  1857. &&dual_hdr
  1858. {
  1859. D U A L   M O N I T O R S
  1860. }
  1861. &&new_user
  1862. {
  1863. F I R S T - T I M E   I N S T A L L A T I O N
  1864. }
  1865. &&adv
  1866. {
  1867. A D V A N C E D   O P T I O N S
  1868. }
  1869. &&td_hdr
  1870. {
  1871. T E X T   D I S P L A Y
  1872. }
  1873. &&gd_hdr
  1874. {
  1875. G R A P H   D I S P L A Y
  1876. }
  1877. &&sel_hdr
  1878. {
  1879. S E L E C T E D   E Q U I P M E N T
  1880. }
  1881. &&kbd_hdr
  1882. {
  1883. K E Y B O A R D
  1884. }
  1885. &&tp_hdr
  1886. {
  1887. T E X T   P R I N T E R (S)
  1888. }
  1889. &&gp_hdr
  1890. {
  1891. G R A P H I C S   P R I N T E R (S)
  1892. }
  1893. &&ft_hdr
  1894. {
  1895. F I L E   T R A N S L A T I O N
  1896. }
  1897. &&pport_hdr
  1898. {
  1899. P R I N T E R   P O R T
  1900. }
  1901. &&coll_hdr
  1902. {
  1903. C O L L A T I N G   S E Q U E N C E
  1904. }
  1905. &&no_hdr
  1906. {
  1907. U N U S E D   D R I V E R   C A T E G O R Y
  1908. }
  1909. &&exit_hdr
  1910. {
  1911. E X I T
  1912. }
  1913. &&setsht
  1914. {
  1915. To change a driver, highlight the driver type and press [RETURN].  Only
  1916. drivers that you can change appear.  If you do not know how to combine Text
  1917. Display and Graph Display, use Change Selected Equipment, Screen Display.
  1918. }
  1919.  
  1920. ************ FOOTERS ************
  1921.  
  1922. &&men_ftr
  1923. {
  1924.    and    move menu pointer.            [F1] displays a Help screen.
  1925. [RETURN] selects highlighted choice.      [F9] takes you to main menu.
  1926. [ESCAPE] takes you to previous screen.    [F10] shows current selections.
  1927. }
  1928. &&new_ftr
  1929. {
  1930. [F1] displays a help screen.            [F9] brings you to main menu.
  1931. [ESCAPE] moves back one level.          [F10] displays current selections.
  1932. }
  1933.  
  1934.  
  1935. **************** BOX BOTTOMS ****************
  1936.  
  1937. &&esc_ret
  1938. {
  1939.  Press [RETURN] to continue or [ESCAPE] to quit
  1940. }
  1941.  
  1942. &&blank
  1943. {
  1944.  
  1945. }
  1946.  
  1947. &&press_ret
  1948. {
  1949.  Press [RETURN] to continue
  1950. }
  1951. ********** HELP ***********
  1952.  
  1953. %%disk_hlp
  1954. {
  1955.  
  1956.  
  1957.  
  1958. If you have trouble finding the keys you need, use the keyboard guide,
  1959. which shows you where all the 1-2-3 keys are on your keyboard.  The
  1960. Getting Started book provides more information on the Install program.
  1961.  
  1962. If the Install program asks you for a disk, use the backup copy of the
  1963. disk, except in the case of the 1-2-3 System Disk.   The original 1-2-3
  1964. System Disk contains a special code that you need when you start 1-2-3 
  1965. from a diskette.  Do not mix disks from different releases of 1-2-3.  
  1966. (You can find the release number on the disk label.)
  1967. }
  1968.  
  1969. %%main_hlp
  1970. {
  1971. The box on the right side of the screen describes the highlighted choice.
  1972. As you move the menu pointer (the highlight bar on the left side of the
  1973. screen), the description changes.  Unlike 1-2-3, the Install program
  1974. does not let you select an option by typing the first letter of the option.
  1975.  
  1976. When you press [F1], the Help screen that appears discusses the choice
  1977. you are making at the moment.  If you want help on one of the selections
  1978. in a menu, choose it and then press [F1].  The [ESCAPE] key takes you
  1979. back a step, so you can return to the menu easily if you change your mind.
  1980. }
  1981. %%first_hlp
  1982. {
  1983. If you have trouble finding the keys you need, use the Keyboard Guide,
  1984. which shows you where all the 1-2-3 keys are on your keyboard.
  1985.  
  1986. A driver set is like any file: you can copy it from one disk to another.
  1987. Once you create a driver set, you can copy it if you need another copy of
  1988. the same selections.  For example, if other people in your office have the
  1989. same equipment, you can create a driver set once, and then copy it to other
  1990. 1-2-3 disks, as long as they are all the same release.
  1991.  
  1992. You can use First-Time Installation more than once.  You may want to use it
  1993. a second time to create an additional driver set for different equipment.
  1994.  
  1995. The Getting Started book provides more information on the Install program.
  1996. }
  1997.  
  1998. %%select
  1999. {
  2000. You can make changes in the current driver set by selecting any of the
  2001. equipment named on this screen, and indicating the changes you want to
  2002. make.  If you have already chosen a driver in a particular category, you
  2003. will see a triangle beside the selection you made.
  2004.  
  2005. If you make any changes, be sure to save your new driver set by selecting
  2006. Save Changes from this menu.
  2007. }
  2008.  
  2009. %%sd_ques_hlp
  2010. {
  2011. You can display graphs if you have a graphics monitor (monochrome or
  2012. color), or if you have a graph display card (for instance, a Hercules
  2013. card or an Extended Graphics Adapter) for a monochrome monitor.
  2014.  
  2015. If you are not sure whether your computer can display graphs, check your
  2016. Hardware Chart or call your dealer or technical resource person.
  2017. }
  2018. %%sd_hlp
  2019. {
  2020. This option lets you select your text display and your graph display at
  2021. the same time, even though these are two different drivers.
  2022.  
  2023. To use a combination that you do not see in the list of screen display
  2024. options, use Modify Current Driver Set on the Advanced Options menu and
  2025. select text display and graph display individually. There are, for example,
  2026. some high resolution graphics drivers that you can only use by choosing
  2027. text display and graph display individually.
  2028.  
  2029. Not all combinations work.  If you have trouble starting 1-2-3 after you
  2030. choose text display and graph display drivers, use the Install program again
  2031. to choose a suggested combination.
  2032. }
  2033. %%td_hlp
  2034. %%gd_hlp
  2035. {
  2036. If you do not know how to create a valid combination of text display and
  2037. graph display drivers, use the Screen Display option under Selected
  2038. Equipment or First-Time Installation.  Screen Display lets you indicate
  2039. the kind of equipment you have and automatically provides a combination.
  2040.  
  2041. If you want to combine text display and graph display on your own, first
  2042. determine what display cards you have.
  2043.  
  2044. If you have different monitors for graphs and text, use a monochrome text
  2045. display with a DUAL graph display.  That way you see text (worksheets,
  2046. databases) on your monochrome monitor and graphs on your graphics monitor.
  2047. }
  2048. %%tp_ques_hlp
  2049. %%tp_hlp
  2050. {
  2051. If your printer is not on the list
  2052.  
  2053.   o  Select Unlisted - Complete Capability if it has a backspace capability
  2054.      and you can disable automatic line feed.
  2055.  
  2056.   o  Select Unlisted - Forced Auto-LF if you cannot disable automatic line
  2057.      feed but the printer has a backspace capability.
  2058.  
  2059.   o  Select Unlisted - No Backspace if you can disable automatic line feed,
  2060.      but the printer does not have a backspace capability.
  2061.  
  2062.   o  Select Unlisted - No Backspace, Forced Auto-LF if you cannot disable
  2063.      automatic line feed and the printer does not have backspace capability.
  2064. }
  2065. %%gp_hlp
  2066. {
  2067. Some printers can print both text and graphs.  If you want to use your
  2068. printer to print graphs as well as text, you must select it from this
  2069. list even if you already selected it from the text printer list.
  2070.  
  2071. The Install program automatically includes drivers for low and high
  2072. densities for your graphics printer.  Density is the number of dots the
  2073. printer uses to make a particular image.  You indicate the density you
  2074. want when you use the PrintGraph program.
  2075. }
  2076. %%coll_hlp
  2077. {
  2078. The collating sequence determines the order in which 1-2-3 sorts entries
  2079. that include both numbers and letters.  Here are the results of a sort in
  2080. ascending order, depending on which collating sequence you choose:
  2081.  
  2082.  
  2083.   Numbers first            Numbers last              ASCII
  2084.   -------------            -------------             -------------
  2085.   22 Rye Road              One emerald city          22 Rye Road
  2086.   23 Chestnut Avenue       One Emerson Place         23 Chestnut Avenue
  2087.   39 Columbus Street       Parkway Towers            39 Columbus Street
  2088.   One emerald city         Three Center Plaza        One Emerson Place
  2089.   One Emerson Place        22 Rye Road               One emerald city
  2090.   Parkway Towers           23 Chestnut Avenue        Parkway Towers
  2091.   Three Center Plaza       39 Columbus Street        Three Center Plaza
  2092.  
  2093. Note that ASCII is identical to Numbers first, except that uppercase letters
  2094. come before lowercase.  Earlier releases of 1-2-3 use the ASCII collating
  2095. sequence.
  2096. }
  2097. %%pport_hlp
  2098. {
  2099. The printer port is the slot where you connect the printer cable to your
  2100. computer.  It is probably in the back or on the side of your computer.
  2101.  
  2102. 1-2-3 can send data to your printer either through a serial port
  2103. (one byte a time through a single wire) or through a parallel port
  2104. (many bytes at a time through parallel wires).  Your printer determines
  2105. whether you should use the serial port or the parallel port.  You also
  2106. have to use an appropriate printer cable.  If you do not know what kind
  2107. of printer you have, check the documentation that came with it.
  2108. }
  2109. %%new_hlp
  2110. {
  2111. If you purchase equipment that was developed after this version of 1-2-3,
  2112. either Lotus or the manufacturer may supply a driver that lets you use your
  2113. new equipment with 1-2-3.  These separate drivers come on a disk and have
  2114. a .DRV file extension.
  2115.  
  2116. This option creates a library (SINGLE.LBR) from all the separate drivers.
  2117. The new drivers appear in any list of drivers that you see when you use
  2118. Install.
  2119. }
  2120. %%save_new_hlp
  2121. {
  2122. If you only need one driver set, select No.  Your driver set will be called
  2123. 123.
  2124.  
  2125. If you plan to create more than one driver set, select Yes.  You can give
  2126. each driver set a different name (for instance, COMPAQ for the driver set
  2127. you use with your Compaq, and COLOR for the driver set you use with your
  2128. color monitor).  When you start 1-2-3, you indicate which driver set you
  2129. want to use by typing its name.
  2130.  
  2131. If you did not make the choices you want, press [ESCAPE] until you reach
  2132. the screen where you made your mistake.  A triangle indicates the selection
  2133. you made.  The triangle moves when you change your selection.  Make the
  2134. correct selection, and then finish the First-Time Installation.
  2135. }
  2136. %%kbd_hlp
  2137. {
  2138.  
  2139. If you have added a new keyboard driver to the library, you can choose
  2140. it from this menu.
  2141. }
  2142. %%adv_hlp
  2143. {
  2144. To change a driver set with a name other than 123, select Make Another
  2145. Driver Set Current.  Then type the name of the driver set you want to use.
  2146. From that point on, you can make changes in the driver set you indicated.
  2147.  
  2148. Select Add New Drivers to Library if you have new equipment that came with
  2149. its own drivers.  You can then select those drivers from Install menus.
  2150.  
  2151. You can use Modify Current Driver Set to change anything that appears on the
  2152. menu when you select this option.  If the library contains only one driver
  2153. for a particular category, the category does not appear in this menu.  In the
  2154. original library, for instance, the only keyboard is the standard one for
  2155. IBM and compatibles, so Keyboard does not appear on this menu.  If you add an
  2156. additional keyboard driver to the library (which you can do for certain
  2157. applications), Keyboard will appear on the menu, and you can select the new
  2158. keyboard driver.
  2159.  
  2160. Modify Current Driver Set is also the way to create your own combination of
  2161. text and graph display drivers.  Not all combinations, work though.  If you
  2162. have trouble starting 1-2-3 after you choose text and graph display drivers,
  2163. use the Install program again to choose a suggested combination.
  2164. }
  2165. %%no_hlp
  2166. {
  2167.  
  2168.  
  2169.                   No help is available for this selection.
  2170. }
  2171. %%save_hlp
  2172. {
  2173. You can create as many driver sets as you need, though you may not have
  2174. space for all of them on your 1-2-3 System Disk.  If you want to create a
  2175. number of driver sets and you started Install from a diskette, use a blank
  2176. formatted disk to hold the extra driver sets.  When the Install program
  2177. asks for the 1-2-3 System Disk, put in the disk you are using to hold the
  2178. driver sets.  When Install asks for the PrintGraph Disk, press [ESCAPE]
  2179. to go back to the main menu.
  2180.  
  2181. You can specify a path if you want to save your driver set in a different
  2182. directory.  The name of the driver set itself should be no longer than eight
  2183. characters.  Do not type an extension with the name of the driver set, and 
  2184. do not use any of the following characters in the name:
  2185.  
  2186.                   [ ] ; , . / ? * : ^ + = - < > \ |
  2187. }
  2188. %%one_ds_hlp
  2189. {
  2190. Using one driver set named 123 makes it easy to start the 1-2-3 program
  2191. or any of its auxiliary programs. You need to type only the name of the
  2192. program you want to start (1-2-3, PrintGraph, Access, etc.); you do not
  2193. have to remember the name of a driver set to type along with it.
  2194.  
  2195. If you are using a diskette system, the Install program will prompt you
  2196. for the disks it needs to save your driver set.  Follow the instructions
  2197. on the screen.
  2198. }
  2199. %%exit_hlp
  2200. {
  2201. When you leave the Install program, you return to the operating system
  2202. (or to the Access system, if you used it to start).
  2203.  
  2204. Install only asks you whether you want to save your changes if you made
  2205. changes that you have not yet saved.  If you want to save them, answer Yes;
  2206. you will get instructions on saving changes, and will then have a chance to
  2207. go to the main menu or exit Install.  If you do not want to save your
  2208. changes, answer No and you will leave Install.
  2209. }
  2210.