home *** CD-ROM | disk | FTP | other *** search
Text File | 1985-09-25 | 42.7 KB | 2,210 lines |
-
- 1-2-3 Install Program
-
- Copyright 1985
- Lotus Development Corporation
- All Rights Reserved
- Release 2
-
-
- The Install program lets you tell 1-2-3 what equipment you have. You
- choose your equipment from a list of options by moving a highlight bar
- (the menu pointer) to your choice and pressing [RETURN]. You can start
- 1-2-3 without using the Install program first, but you will not be able
- to see graphs or use a printer.
-
- If you need more information to make a particular choice, press [F1] to
- see a Help screen. If you are a new user, make sure you have filled in
- the Hardware Chart in your 1-2-3 package before you begin.
- }
-
- ##ASSIGN
- {
- L = INSTALL.LBR
- F = SINGLE.LBR
- I = s
- U = 123
- E = SET
- N = No driver sets found in &&K.
- X = 33
- Y = 12
- M = &&long_get_mas @@main
- D = %%disk_hlp
- }
-
- ##H
- {
- &&td_hdr &&td_box %%td_hlp &&blank 1 ;text display (0)
- &&gd_hdr &&gd_box %%gd_hlp &&blank 1 ;graph display (1)
- &&kbd_hdr &&kbd_box %%kbd_hlp &&blank 1 ;keyboard (2)
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;printer interface (3)
- &&gp_hdr &&gp_box %%gp_hlp &&gp2 24 ;graphics printer (4)
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;default
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;default
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;comm (async) port (7)
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;modem (8)
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;protocol (9)
- &&ft_hdr &&ft_box %%no_hlp &&blank 1 ;file translate (10)
- &&tp_hdr &&tp_box %%tp_hlp &&tp2 4 ;text printer (11)
- &&coll_hdr &&coll_box %%coll_hlp &&blank 1 ;collating sequence (12)
- &&no_hdr &&no_box %%no_hlp &&blank 2 ;math coprocessor (13)
- &&no_hdr &&no_box %%no_hlp &&blank 1 ;math coprocessor (14)
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- &&no_hdr &&no_box %%no_hlp &&blank 1
- }
-
- ##S
- @@init
- ##A
- {
- U = 123
- E = SET
- }
- ##U &&no_lotus @@no_lotus
- ##A
- {
- A = 0
- A = 1
- A = 2
- A = 3
- A = 4
- A = 10
- A = 11
- A = 12
- A = 13
- }
- ##G @@main
-
- @@no_lotus
- ##D &&name_beg &&press_ret
- ##N
- {
- ESC @@ex_no_lotus
- CR @@good
- }
-
- @@good
- ##U &&no_set @@init
- ##A
- {
- A = 0
- A = 1
- A = 2
- A = 3
- A = 4
- A = 10
- A = 11
- A = 12
- A = 13
- }
-
- @@main
- ##F
- ##A
- {
- H = &&main_hdr
- T = &&men_ftr
- D = %%main_hlp
- }
-
- ##S &&curs_inst
- {
- &&firsts &&firstl @@first
- &&select &&selectl @@select
- &&advs &&advl @@adv
- &&exit &&ex_new @@ex_new
- }
- {
- BRK @@main
- ESC @@main
- }
-
- @@first
- ##A
- {
- D = %%first_hlp
- }
-
- /****************************************************************************/
- /* To make this work, all driver names must be EXACTLY */
- /* eight characters, padded with spaces on the right!!! */
- /****************************************************************************/
-
- ##K
- {
- KIBM0UTD
- SIBM2
- SIBM3
- SIBM10
- SKENG122
- SWFPDR
- COFPDR
- }
-
- ##D &&about_install &&press_ret
- ##O
- {
- CR @@sd_ques
- BRK @@main
- ESC @@main
- }
-
- @@sd_ques
- ##A
- {
- H = &&new_user
- D = %%sd_ques_hlp
- T = &&men_ftr
- }
-
- ##S &&sd_ques
- {
- &&yes &&sd_yes @@mon_ques
- &&no &&sd_no @@tp_ques
- }
- {
- ESC @@first
- BRK @@main
- }
-
- @@mon_ques
- ##A
- {
- H = &&sd_hdr
- T = &&men_ftr
- D = %%sd_hlp
- }
- ##S &&mon_ques
- {
- &&ones &&onel @@one
- &&twos &&twol @@dual
- }
- {
- BRK @@main
- ESC @@sd_ques
- }
-
- @@one
- ##A
- {
- D = %%sd_hlp
- T = &&men_ftr
- H = &&one_hdr
- }
- ##R **00-01 one &&get_mas @@main
- {
- BRK @@main
- ESC @@mon_ques
- CR @@tp_ques
- }
- ##Z @@RERROR
- ##G @@main
-
- @@dual
- ##A
- {
- D = %%sd_hlp
- H = &&dual_hdr
- }
- ##R **00-01 dual &&get_mas @@main
- {
- BRK @@main
- ESC @@mon_ques
- CR @@tp_ques
- }
- ##Z @@RERROR
- ##G @@main
-
- @@tp_ques
- ##A
- {
- H = &&new_user
- D = %%tp_ques_hlp
- T = &&men_ftr
- }
- ##S &&tp_ques
- {
- &&yes &&print_yes @@tp_new
- &&no &&print_no @@gp_ques
- }
- {
- BRK @@main
- ESC @@sd_ques
- }
-
- @@tp_new
- ##A
- {
- C = 11
- H = &&tp_hdr
- T = &&men_ftr
- B = &&tp_box
- D = %%tp_hlp
- }
-
- ##M
- {
- BRK @@main
- ESC @@tp_ques
- CR @@another_tp_ques
- }
-
- @@another_tp_ques
- ##S &&another_tp_ques
- {
- &&no &&no_more_tp @@gp_ques
- &&yes &&another_tp @@another_tp
- }
- {
- ESC @@tp_ques
- BRK @@main
- }
- @@another_tp
- ##A
- {
- C = 11
- H = &&tp_hdr
- T = &&men_ftr
- B = &&tp_box
- D = %%tp_hlp
- }
-
- ##M
- {
- BRK @@main
- ESC @@tp_ques
- CR @@another_tp_ques
- }
-
- @@gp_ques
- ##A
- {
- H = &&new_user
- D = %%gp_hlp
- T = &&men_ftr
- }
- ##S &&gp_ques
- {
- &&yes &&gp_yes @@gp_new
- &&no &&gp_no @@save_new
- }
- {
- BRK @@main
- ESC @@tp_ques
- }
- @@gp_new
- ##A
- {
- C = 4
- H = &&gp_hdr
- T = &&men_ftr
- B = &&gp_box
- D = %%gp_hlp
- }
-
- ##M
- {
- BRK @@main
- ESC @@gp_ques
- CR @@another_ques
- }
-
- @@another_ques
- ##A
- {
- D = %%gp_hlp
- H = &&new_user
- T = &&men_ftr
- }
- ##S &&another_ques
- {
- &&no &&no_more @@save_new
- &&yes &&another @@gp_another
- }
- {
- ESC @@gp_ques
- BRK @@main
- }
-
- @@gp_another
- ##A
- {
- C = 4
- H = &&gp_hdr
- T = &&men_ftr
- B = &&gp_box
- }
-
- ##M
- {
- BRK @@main
- ESC @@gp_ques
- CR @@another_ques
- }
-
- @@save_new
- ##A
- {
- H = &&new_user
- D = %%save_new_hlp
- }
- ##S &&multiple_ques
- {
- &&no &&just_one @@just_one
- &&yes &&multiple @@multiple
- }
-
- {
- ESC @@another_ques
- BRK @@main
- }
-
- @@just_one
- ##A
- {
- D = %%one_ds_hlp
- }
- ##D &&save_new &&press_ret
- ##O
- {
- CR @@do_save
- BRK @@main
- ESC @@save_new
- }
-
- @@multiple
- ##A
- {
- D = %%save_hlp
- }
- ##D &&save_multiple &&press_ret
- ##T
- {
- ESC @@save_new
- BRK @@main
- CR @@do_save
- }
-
-
- @@do_save
- ##D &&wait &&blank
- ##C 0 &&get_util &&get_mas @@main
- ##W &&get_prog @@multiple &&bad_path @@multiple &&get_pgraph @@do_save1 &&pg_bad_path @@main
- ##Z @@WRITE_ERR
- @@do_save1
- ##W &&get_view @@main &&view_bad_path @@multiple &&press_escape @@do_save2 &&bad_path @@main
- ##Z @@WRITE_ERR
- @@do_save2
- ##Z @@WRITE_ERR
- ##D &&save_done_new &&blank
- ##O
- {
- CR @@ex_new
- ESC @@main
- BRK @@main
- }
-
- @@ex_new
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- D = %%exit_hlp
- }
- ##V @@save_ques
- ##S &&exit_ques
- {
- &&no &&exnl @@main
- &&yes &&exyl @@exit
- }
- {
- ESC @@main
- BRK @@main
- }
-
- ******** SELECTED EQUIPMENT ***********
-
- @@select
- ##A
- {
- H = &&sel_hdr
- T = &&men_ftr
- D = %%select
- }
- ##S
- {
- &&ret &&retl @@main
- &&sd &&sdl @@sd_sel
- &&tp &&tpl @@tp_sel
- &&gp &&gpl @@gp_sel
- &&save &&savel @@save_sel
- &&exit &&exitl @@exit_sel
- }
- {
- ESC @@main
- BRK @@main
- }
-
- ************SCREEN DISPLAY***********
-
- @@sd_sel
- ##A
- {
- H = &&sd_hdr
- T = &&men_ftr
- D = %%sd_hlp
- }
- ##S &&mon_ques
- {
- &&ones &&onel @@one_sel
- &&twos &&twol @@dual_sel
- }
- {
- BRK @@main
- ESC @@select
- }
-
- @@one_sel
- ##A
- {
- D = %%sd_hlp
- H = &&one_hdr
- }
- ##R **00-01 one &&get_mas @@main
- {
- BRK @@main
- ESC @@sd_sel
- CR @@select
- }
- ##Z @@RERROR
- ##G @@main
-
- @@dual_sel
- ##A
- {
- D = %%sd_hlp
- H = &&dual_hdr
- }
- ##R **00-01 dual &&get_mas @@main
- {
- BRK @@main
- ESC @@sd_sel
- CR @@select
- }
- ##Z @@RERROR
- ##G @@main
-
- ******** TEXT PRINTERS *********
-
- @@tp_sel
- ##A
- {
- C = 11
- H = &&tp_hdr
- T = &&men_ftr
- B = &&tp_box
- D = %%tp_hlp
- }
-
- ##M
- {
- BRK @@main
- ESC @@select
- CR @@select
- }
-
- ***************** GRAPHICS PRINTERS ****************
- @@gp_sel
- ##A
- {
- C = 4
- H = &&gp_hdr
- T = &&men_ftr
- B = &&gp_box
- }
-
- ##M
- {
- BRK @@main
- ESC @@select
- CR @@select
- }
-
- **************** SAVING DRIVERS (SELECTED **********
-
- @@save_sel
- ##A
- {
- H = &&save_hdr
- T = &&men_ftr
- D = %%save_hlp
- }
-
- ##D &&save_info &&press_ret
- ##T
- {
- BRK @@main
- ESC @@select
- CR @@next_sel
- }
-
- @@next_sel
- ##D &&wait &&blank
- ##C 0 &&get_util &&get_mas @@main
- ##W &&get_prog @@save_sel &&bad_path @@save_sel &&get_pgraph @@next_sel1 &&pg_bad_path @@main
- ##Z @@WRITE_ERR
- @@next_sel1
- ##W &&get_view @@main &&view_bad_path @@save_sel &&press_escape @@next_sel2 &&bad_path @@main
- ##Z @@WRITE_ERR
- @@next_sel2
- ##Z @@WRITE_ERR
- ##D &&save_done &&blank
- ##O
- {
- CR @@ex
- ESC @@select
- BRK @@main
- }
-
- *********************** EXIT (SELECTED) **********************
-
- @@exit_sel
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- D = %%exit_hlp
- }
- ##V @@save_ques
- ##S &&exit_ques
- {
- &&no &&exnl @@main
- &&yes &&exyl @@exit
- }
- {
- ESC @@main
- BRK @@main
- }
-
- ******** ADVANCED OPTIONS *************
-
- @@adv
- ##A
- {
- H = &&adv
- D = %%adv_hlp
- }
- ##S
- {
- &&ret &&retl @@main
- &&edits &&editl @@edit
- &&news &&newl @@new
- &&setshts &&setshtl @@setsht
- &&save &&savel @@save_adv
- &&exit &&exitl @@ex
- }
- {
- BRK @@main
- ESC @@main
- }
-
- ********************* WORK WITH NAMED DRIVER SET *********
-
- @@edit
- ##D &&name &&press_ret
- ##N
- {
- CR @@more
- ESC @@adv
- BRK @@main
- }
-
- @@more
- ##U &&no_set @@adv
- ##A
- {
- A = 0
- A = 1
- A = 2
- A = 3
- A = 4
- A = 10
- A = 11
- A = 12
- A = 13
- }
-
- ##G @@adv
-
- ******************* DRIVER LIST ***************
-
- @@setsht
- ##A
- {
- H = &&setsht
- }
- ##E
- {
- BRK @@main
- ESC @@adv
- }
- ##G @@adv
- *********** NEW (SINGLE) DRIVERS *******
-
- @@new
- ##A
- {
- D = %%new_hlp
- }
- ##D &&new_expl &&press_ret
- ##O
- {
- CR @@incl
- ESC @@adv
- BRK @@main
- }
-
- @@incl
- ##D &&wait &&blank
- ##B &&get_drvs @@adv
- ##I &&get_util @@adv
- ##Z @@include_err
- ##D &&done_new &&press_ret
- ##O
- {
- BRK @@main
- ESC @@adv
- CR @@adv
- }
- ************ COLLATING -- ONLY THROUGH ADVANCED **** (unnecesary?)
- ##A
- {
- C = 12
- H = &&coll_hdr
- T = &&men_ftr
- }
-
- ##M
- {
- BRK @@main
- ESC @@adv
- CR @@adv
- }
-
- ************** PRINTER PORT (USUALLY AUTOMARKED) ***********
-
- ##A
- {
- C = 3
- H = &&pport_hdr
- T = &&men_ftr
- D = %%pport_hlp
- }
-
- ##M
- {
- BRK @@main
- ESC @@adv
- CR @@adv
- }
-
- ************* SAVING DRIVERS *************
-
- @@save_adv
- ##A
- {
- H = &&save_hdr
- T = &&men_ftr
- D = %%save_hlp
- }
-
- ##D &&save_info &&press_ret
- ##T
- {
- BRK @@main
- ESC @@adv
- CR @@next
- }
-
- @@next
- ##D &&wait &&blank
- ##C 0 &&get_util &&get_mas @@main
- ##W &&get_prog @@save_adv &&bad_path @@save_adv &&get_pgraph @@next1 &&pg_bad_path @@main
- ##Z @@WRITE_ERR
- @@next1
- ##W &&get_view @@main &&view_bad_path @@save_adv &&press_escape @@next2 &&bad_path @@main
- ##Z @@WRITE_ERR
- @@next2
- ##Z @@WRITE_ERR
- ##D &&save_done &&blank
- ##O
- {
- CR @@ex
- ESC @@adv
- BRK @@main
- }
-
- @@ex
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- }
- ##V @@save_ques ; check to see if they want to save
- ##S &&exit_ques
- {
- &&no &&exnl @@main
- &&yes &&exyl @@exit
- }
- {
- ESC @@main
- BRK @@main
- }
-
- @@ex_no_lotus
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- }
-
- ##S &&exit_ques
- {
- &&no &&exnl @@no_lotus
- &&yes &&exyl @@exit
- }
- {
- ESC @@no_lotus
- }
-
- @@exit
- ##Q
-
- @@save_ques
- ##S &&save_ques
- {
- &&yes &&save_yes @@save_end
- &&no &&save_no @@ex_no_verif
- }
- {
- ESC @@main
- BRK @@main
- }
-
- @@ex_no_verif
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- }
- ##S &&exit_ques
- {
- &&no &&exnl @@main
- &&yes &&exyl @@exit
- }
- {
- ESC @@main
- BRK @@main
- }
-
- @@save_end
- ##A
- {
- H = &&save_hdr
- T = &&men_ftr
- D = %%save_hlp
- }
-
- ##D &&save_info &&press_ret
- ##T
- {
- BRK @@main
- ESC @@main
- CR @@next_end
- }
-
- @@next_end
- ##D &&wait &&blank
- ##C 0 &&get_util &&get_mas @@main
- ##W &&get_prog @@save_end &&bad_path @@save_end &&get_pgraph @@next_end1 &&pg_bad_path @@main
- ##Z @@WRITE_ERR
- @@next_end1
- ##W &&get_view @@main &&view_bad_path @@save_end &&press_escape @@next_end2 &&bad_path @@main
- ##Z @@WRITE_ERR
- @@next_end2
- ##Z @@WRITE_ERR
- ##D &&save_done &&blank
- ##O
- {
- CR @@ex
- ESC @@main
- BRK @@main
- }
-
- @@botch_path
- ##A
- {
- D = %%save_hlp
- }
- ##D &&redo_path &&press_ret
- ##T
- {
- ESC @@botch_path
- BRK @@main
- CR @@on_blank
- }
- ##G @@on_blank
-
- @@WRITE_ERR
- ##P ; beePs
- @@backhere
- ##D &&write_err &&blank
- ##O
- {
- ESC @@ex_backhere
- CR @@on_blank
- }
- @@on_blank
- ##W &&confirm_blank @@ex_no_verif &&bad_path @@botch_path &&get_pgraph_iferr @@on_blank1 &&pg_bad_path @@main
- ##Z @@WRITE_ERR ; above retry write on new disk
- @@on_blank1
- ##D &&save_done &&blank
- ##O
- {
- CR @@main
- ESC @@main
- BRK @@main
- }
-
- @@ex_backhere
- ##A
- {
- H = &&exit_hdr
- T = &&men_ftr
- }
- ##S &&exit_ques
- {
- &&no &&exnl @@main
- &&yes &&exyl @@exit
- }
- {
- ESC @@backhere
- BRK @@main
- }
-
- @@include_err
- ##D &&include_err &&press_ret
- ##O
- {
- CR @@main
- }
-
- @@RERROR
- ##D &&RERROR &&press_ret
- ##O
- {
- ESC @@main
- }
-
- ***************** INFORMATION SCREENS *************
-
- &&about_install
- {
-
- Lotus supplies programs, called drivers, that let 1-2-3 work with
- different equipment. 1-2-3 comes with drivers that let you create
- a worksheet immediately. The Install program lets you add drivers
- that allow 1-2-3 to display graphs and to print your work.
-
- When you choose First-Time Installation, the Install program guides you
- through the procedure of selecting the drivers you want. Then it
- saves the drivers you select in a file, or driver set, called 123.SET.
-
- Each time you use First-Time Installation, you start over; Install ignores
- any choices you have made before.
-
- If NUM appears in the lower right part of your screen, press [NUM LOCK]
- to make it disappear. NUM should never appear while you are using the
- Install program.
- }
-
- ********************* SAVE SCREENS ******************
-
- &&save_new
- {
-
- S A V I N G C H A N G E S
-
- When you press [RETURN], the Install program will save your selections in
- a driver set called &&N.
-
- If you are working with a diskette system, the Install program will prompt
- you to change disks. Follow the instructions on the screen.
- }
-
- &&save_multiple
- {
-
- S A V I N G C H A N G E S
-
- Give your driver set a name of no more than eight characters. Do not type
- an extension; the Install program adds the extension .SET automatically.
- You can specify a path if you want to save your driver set in a different
- directory. The name of the driver set itself should not contain:
-
- [ ] ; , . / ? * : ^ + = - < > \ |
-
- If you want to use the name displayed in the highlight, just press [RETURN].
- To use another name, start to type the name you want. The name in the
- highlight will disappear. If you use a name other than 123, you will have
- to type that name when you start the 1-2-3 program.
-
-
- Press [RETURN] or enter a new name for your driver set
-
-
- }
-
- &&save_done_new
- {
-
- You have finished the installation process.
-
- If you want to see the contents of the driver set you just created, press
- [F10]. The list you see may differ from what you expect in a few ways.
- First, the Install program adds some drivers automatically. Second, there
- are two drivers for your screen display -- one for text and one for
- graphs. If you want to return to the main menu, press [F9].
-
-
- You can leave the Install program now by pressing [RETURN].
-
-
- }
-
- &&save_info
- {
- S A V I N G C H A N G E S
-
- If you plan to build a number of driver sets for different equipment or
- for different applications, you must give each driver set a different name:
- for example, COMPAQ for the driver set you use with your Compaq, and COLOR
- for the driver set you use on your color system. If you give your driver
- set a name other than 123, you must type that name when you start the 1-2-3
- program.
-
- When you start to type a new name, the name in the highlight will disappear.
- You can specify a path if you want to save your driver set in a different
- directory. The name of the driver set itself should be no longer than eight
- characters, and it should not contain any of the following:
-
- [ ] ; , . / ? * : ^ + = - < > \ |
-
- Press [RETURN] or enter a new name for your driver set
-
-
- }
- &&save_done
- {
-
-
-
- You have saved the changes you made.
-
-
-
- Press [F9] to go to the main menu, or
-
- Press [RETURN] to leave the Install program.
- }
-
- ********************* GETTING DISKS ****************
-
- &&no_set
- {
-
- IF YOU STARTED INSTALL FROM A DISKETTE:
-
- o Put the disk that contains the driver set you named in drive A
- (or in the drive you specified).
-
- o Close the disk drive door and press [RETURN] to continue.
-
-
- IF YOU STARTED INSTALL FROM A HARD DISK:
-
- o The driver set you named is not in the directory you named.
-
- o Press [ESCAPE] and then try again with a different name or a
- different path.
- }
-
- &&no_lotus
- {
-
- IF YOU STARTED INSTALL FROM A DISKETTE:
-
- o Replace the disk in drive A with the 1-2-3 System Disk.
-
- o Press [RETURN] to continue.
-
-
- IF YOU STARTED INSTALL FROM A HARD DISK:
-
- o The current directory does not contain 123.SET.
-
- o To work with a driver set that has a different name,
- press [ESCAPE] and enter the name of the driver set.
- }
- &&long_get_mas
- {
- Install needs some information from the Install Library Disk.
-
-
- IF YOU STARTED INSTALL FROM A DISKETTE:
-
- o Remove the Utility Disk and place the Install Library Disk
- in drive A.
-
- o Close the disk drive door and press [RETURN] to continue.
-
-
- IF YOU STARTED INSTALL FROM A HARD DISK:
-
- o Some of the files that Install needs are not in this directory.
-
- o Press [ESCAPE] to return to the operating system, copy all the
- 1-2-3 files into the same directory, and start Install from
- that directory.
- }
-
- &&get_mas
- {
-
- Install needs some information from the Install Library Disk.
-
-
- o Remove the disk in drive A and replace it with the
- Install Library Disk.
-
- o Close the disk drive door and press [RETURN] to continue.
-
-
- }
-
- &&get_prog
- {
-
-
-
- o Place the 1-2-3 System Disk in drive A (or in the drive
- you specified).
-
- o Press [RETURN] to continue.
-
-
- }
- &&get_view
- {
-
-
- If you plan to use a View of 1-2-3
-
- o Replace the 1-2-3 System Disk or PrintGraph Disk with the
- View of 1-2-3 Disk.
-
- o Press [RETURN] to continue.
-
- If you do not plan to use a View of 1-2-3 Disk
-
- o Press [ESCAPE] to return to the main menu.
-
- }
- &&get_pgraph
- {
-
-
- Your changes have been saved on the 1-2-3 System Disk.
-
- If you plan to use PrintGraph
-
- o Replace the 1-2-3 System Disk with the PrintGraph Disk.
-
- o Press [RETURN] to continue.
-
- If you do not plan to use PrintGraph, press [ESCAPE]
-
- }
-
- &&confirm_blank
- {
-
- o Make sure you have a formatted disk in drive A (or in the drive
- you specified).
-
- o When you press [RETURN], Install will save your changes on the
- new disk.
-
- o When you want to use the driver set on new disk, copy it onto
- the 1-2-3 System Disk before you start 1-2-3. Alternatively, you
- can start 1-2-3 by typing 123 B:\COMPAQ, substituting the pathname
- of the driver set for B:\COMPAQ
-
- o If you do not have a blank formatted disk, press [ESCAPE] and then
- leave Install. Make space on the 1-2-3 disk for the driver set, or
- format a blank disk. Then start Install again.
- }
-
- &&get_pgraph_iferr
- {
-
-
- Your changes have been saved on the new disk.
-
- If you want to save the driver on another disk (for instance, the
- PrintGraph Disk or the View of 1-2-3 Disk, if there is room)
-
- o Replace the disk you just used with another disk.
-
- o Press [RETURN] to continue.
-
- If you do not want to save the driver set on another disk
-
- o Press [ESCAPE] to return to the main menu
- }
-
- &&press_escape
- {
-
-
-
-
-
-
-
-
-
- Press [ESCAPE] to continue.
- }
-
- &&get_util
- {
-
-
-
-
-
- Remove the disk in drive A.
-
- Replace it with the Utility Disk.
-
- Close the disk drive door and press [RETURN] to continue.
- }
-
- ******************* NEW (SINGLE) DRIVER STUFF **************
-
- &&new_expl
- {
-
- The Install program creates a separate driver library (SINGLE.LBR) for all
- the files with the extension .DRV. Your new drivers will appear on the
- same lists as the drivers that come in the install library.
-
- IF YOU STARTED INSTALL FROM A DISKETTE:
-
- o Insert the diskette with the new drivers.
-
- o Press [RETURN] to continue.
-
-
- IF YOU STARTED INSTALL FROM A HARD DISK:
-
- o The new drivers must be in this directory of your hard disk. If
- they are not, press [ESCAPE], leave Install, and copy them into
- this directory.
-
- o If the new drivers are in this directory, press [RETURN] to continue.
- }
-
- &&get_drvs
- {
-
- IF YOU STARTED INSTALL FROM A DISKETTE:
-
- o Replace the disk in drive A with the disk that contains the new
- (single) drivers.
-
- o Press [RETURN] to continue.
-
-
- IF YOU STARTED INSTALL FROM A HARD DISK:
-
- o There are no single drivers (.DRV files) in this directory.
-
- o Press [ESCAPE], leave Install, and copy the new (single) drivers
- into this directory.
- }
-
- &&done_new
- {
-
-
- R E A D Y
-
-
- You can now select any of the new drivers from the Install menus.
- }
-
- *************************** MISCELLANEOUS PROMPTS ****************
-
- &&name
- {
-
-
- Type the name of the driver set you want to work with and press [RETURN].
- You can specify a different drive, or include a path name if the driver set
- is in a different directory. DO NOT type the extension .SET with the name.
-
-
-
- }
-
- &&name_beg
- {
-
-
- Type the name of the driver set you want to work with and press [RETURN].
- You can specify a different drive, or include a path name if the driver set
- is in a different directory. DO NOT type the extension .SET with the name.
- If you cannot find the driver set you want, press [ESCAPE] to leave Install.
-
-
- }
-
- &&wait
- {
-
-
-
-
-
-
-
-
-
- Please wait...
- }
-
- ************************ ERRORS **********
-
- &&write_err
- {
-
- There is not enough space to save your changes on the disk you indicated.
-
- IF YOU WANT TO SAVE YOUR DRIVER SET ON A DISKETTE:
-
- o Insert a formatted blank disk in drive A (or in the drive you
- specified). Then press [RETURN] to tell Install to save the driver
- set on the blank disk. When you leave Install, delete an existing
- driver set from your System Disk and copy the new driver set.
-
- o Press [ESCAPE] to leave Install if you do not have a formatted disk.
-
-
- IF YOU WANT TO SAVE YOUR DRIVER SET ON A HARD DISK:
-
- o Press [ESCAPE] to leave Install, make space on your hard disk, and
- start Install again.
- }
-
- &&include_err
- {
-
- There is not enough space on the disk to include the single drivers.
-
- Make sure you do not have any .DRV files that you do not need, and then
- try again.
- }
-
- &&RERROR
- {
-
-
-
-
-
- The driver combination that you have selected contains a
- driver that is not on the Install Library Disk.
-
-
- Press [ESCAPE] and then select another combination.
- }
-
- &&bad_path
- {
-
- IF YOU ENTERED A PATH NAME:
-
- o The path you specified probably does not exist.
-
- o Press [ESCAPE] and then enter a different path name.
-
-
- OTHERWISE:
-
- o You entered an invalid file name, or included the extension .SET.
-
- o Press [ESCAPE] and enter a different file name, without an extension
- and without any of these characters: [ ] ; , . / ? * : ^ + = - < > \ |
- }
-
- &&redo_path
- {
-
-
-
-
- Enter a new path name:
-
-
- }
-
-
- &&pg_bad_path
- {
-
-
-
-
- Your PrintGraph Disk does not contain the path you specified.
-
- When you leave Install, copy the driver set you made from your 1-2-3
- System Disk to your PrintGraph Disk
-
- Press [ESCAPE] to return to the main menu.
- }
-
- &&view_bad_path
- {
-
-
-
-
- Your View of 1-2-3 Disk does not contain the path you specified.
-
- When you leave Install, copy the driver set you made from your 1-2-3
- System Disk to your View of 1-2-3 Disk
-
- Press [ESCAPE] to return to the main menu.
- }
-
- ********** QUESTIONS FOR FIRST-TIME INSTALLATION *****************
-
- &&curs_inst
- {
- Use or to move menu pointer.
- }
- &&yes
- {
- Yes
- }
- &&no
- {
- No
- }
- &&sd_ques
- {
- Can your computer display graphs?
- }
- &&sd_yes
- {
- Select Yes if your computer
- can display graphs.
-
- Press [RETURN] to select Yes
- or use to move the menu
- pointer to No.
- }
- &&sd_no
- {
- Select No if you cannot
- display graphs with your
- equipment.
-
- Press [RETURN] to select No,
- or use to move the menu
- pointer to Yes.
- }
- &&mon_ques
- {
- How many monitors do you have?
- }
- &&ones
- {
- One Monitor
- }
- &&twos
- {
- Two Monitors
- }
- &&onel
- {
- Select One Monitor if you have
- a computer with a single
- monitor or a portable computer
- with a built-in monitor.
- }
- &&twol
- {
- Select Two Monitors if you
- have two monitors connected
- to the same computer and you
- will use one to display text
- and the other to display
- graphs.
- }
- &&tp_ques
- {
- Do you have a text printer?
- }
- &&print_yes
- {
- You use a text printer to
- print numbers and letters.
- Select Yes if you have a
- text printer.
- }
- &&print_no
- {
- Select No if you do not have a
- printer, or if you will use
- your printer only to print
- graphs.
- }
- &&another_tp_ques
- {
- Do you have another text printer?
- }
- &&another_tp
- {
- Select Yes if you have another
- text printer. When you print
- your work, 1-2-3 lets you
- indicate which text printer
- you want to use.
- }
- &&no_more_tp
- {
- Select No if you do not have
- another text printer.
- }
- &&gp_ques
- {
- Do you want to print graphs?
- }
- &&gp_yes
- {
- Select Yes if you want to
- print graphs, even if you
- will use the same printer
- you selected for printing
- text.
- }
- &&gp_no
- {
- Select No if you do not want
- to print graphs.
- }
- &&another_ques
- {
- Do you have another graphics printer?
- }
- &&another
- {
- Select Yes if you have another
- graphics printer or plotter.
- When you print a graph, the
- PrintGraph program lets you
- indicate which graphics
- printer or plotter you want
- to use.
- }
- &&no_more
- {
- Select No if you do not have
- another graphics printer or
- plotter.
- }
- &&multiple_ques
- {
- Do you want to name your driver set?
- }
- &&just_one
- {
- Select No if you do not plan
- to create more than one driver
- set. The Install program will
- automatically name your driver
- set 123. When you start the
- 1-2-3 program, you will not
- have to type the name of a
- driver set.
- }
- &&multiple
- {
- Select Yes if you need more
- than one driver set. You
- can create additional driver
- driver sets with different
- names if you plan to use
- 1-2-3 with different kinds
- of equipment. When you start
- 1-2-3, you have to type the
- name of the driver set.
- }
-
- &&exit_ques
- {
- Do you want to leave Install?
- }
-
- ************* MENU CHOICES ******************
-
- &&firsts
- {
- First-Time Installation
- }
- &&firstl
- {
- Select First-Time Installation
- for a guided path through the
- installation procedure. This
- path lets you select drivers
- for screen display and for
- printers.
- }
- &&advs
- {
- Advanced Options
- }
- &&advl
- {
- Select Advanced Options if
- you want to work with another
- driver set, add new drivers
- to the library, or select
- drivers that you cannot select
- elsewhere in Install.
- }
- &&select
- {
- Change Selected Equipment
- }
- &&selectl
- {
- Select Change Selected
- Equipment to change or add
- drivers for screen display,
- text printer, or graphics
- printer.
- }
-
- &&exit
- {
- Exit Install Program
- }
- &&exitl
- &&ex_new
- {
- Select Exit Install to leave
- the Install program.
- }
- &&edits
- {
- Make Another Driver Set Current
- }
-
- &&editl
- {
- Select Make Another Driver
- Set Current if you want to
- make changes in a different
- driver set.
-
- You can press [F10] to see
- the name and contents of the
- current driver set.
- }
- &&sd
- {
- Screen Display
- }
- &&gp
- {
- Graphics Printer(s)
- }
- &&news
- {
- Add New Drivers to Library
- }
- &&save
- {
- Save Changes
- }
- &&setshts
- {
- Modify Current Driver Set
- }
- &&ret
- {
- Return to Main Menu
- }
- &&sdl
- {
- Select Screen Display to
- choose the way you want
- 1-2-3 to display graphs
- and text with your equipment.
- }
- &&tp
- {
- Text Printer(s)
- }
- &&tpl
- {
- Select Text Printer(s) to
- specify the printer(s)
- you will use to print
- words and numbers.
- }
- &&newl
- {
- Select Add New Drivers to
- Library if you have new
- equipment that came with
- its own driver program(s).
- }
- &&setshtl
- {
- Select Modify Current Driver
- Set to make changes in the
- current driver set. This
- option allows you to change
- some drivers that you cannot
- change from anywhere else
- in the Install program.
- }
- &&retl
- {
- Select Return to Main Menu if
- you have finished using this
- menu. If you want to follow a
- guided path through the
- installation procedure, choose
- First-Time Installation from
- the main menu.
- }
- &&savel
- {
- Select Save Changes to save
- the changes you made. You
- must save your changes before
- you leave the Install program.
- }
- &&gpl
- {
- Select Graphics Printer(s) to
- specify the printer(s) or
- plotters you use for graphs.
- }
- &&save_ques
- {
- Do you want to save your changes?
- }
- &&save_yes
- {
- Select Yes to save the changes
- you made.
- }
- &&save_no
- {
- Select No if you do not want
- to save the changes you made.
- }
-
- &&exyl
- {
- Select Yes to leave Install.
- }
- &&exnl
- {
- Select No to continue working
- with the Install program. You
- will return to the main menu.
- }
-
- ************** FIXED BOXES (ONE PER DRIVER CLASS) ******************
-
- &&td_box
- {
- Select a text display driver
- from the list to the left.
- }
-
- &&gd_box
- {
- Select a graph display
- driver from the list to
- the left.
- }
-
- &&kbd_box
- {
- Select your keyboard driver
- from the list to the left.
- }
-
- &&coll_box
- {
- Select the collating sequence
- you want to use from the list
- to the left.
- }
- &&ft_box
- {
- Select a file translation
- driver to translate print
- files you create in 1-2-3.
- }
-
- &&no_box
- {
- Press [ESCAPE] to return to
- previous screen.
- }
-
- &&tp_box
- {
- Select the brand of your text
- printer from the list to the
- left. (The list takes up two
- screens.) If you have more
- than one text printer, you can
- return to this list to select
- another. To cancel a
- selection, highlight it and
- press [DELETE].
- }
- &&tp2
- {
- Select the model of your text
- printer from the list to the
- left. (The lower left corner
- tells you what brand you
- selected.) To cancel a
- selection, highlight it and
- press [DELETE].
- }
- &&gp_box
- {
- Select the brand of your
- graphics printer or plotter
- from the list to the left.
- (The list takes up two
- screens.) If you have more
- than one graphics printer or
- plotter, you can return to
- this list to select another.
- To cancel a selection,
- highlight it and press
- [DELETE].
- }
- &&gp2
- {
- Select the model of your graph
- printer from the list to the
- left. (The lower left corner
- tells you what brand you
- selected.) To cancel a
- selection, highlight it and
- press [DELETE].
- }
-
- *************** HEADERS **************
-
- &&main_hdr
- {
- M A I N M E N U
- }
- &&save_hdr
- {
- S A V E
- }
- &&sd_hdr
- {
- S C R E E N D I S P L A Y
- }
- &&one_hdr
- {
- S I N G L E M O N I T O R
- }
- &&dual_hdr
- {
- D U A L M O N I T O R S
- }
- &&new_user
- {
- F I R S T - T I M E I N S T A L L A T I O N
- }
- &&adv
- {
- A D V A N C E D O P T I O N S
- }
- &&td_hdr
- {
- T E X T D I S P L A Y
- }
- &&gd_hdr
- {
- G R A P H D I S P L A Y
- }
- &&sel_hdr
- {
- S E L E C T E D E Q U I P M E N T
- }
- &&kbd_hdr
- {
- K E Y B O A R D
- }
- &&tp_hdr
- {
- T E X T P R I N T E R (S)
- }
- &&gp_hdr
- {
- G R A P H I C S P R I N T E R (S)
- }
- &&ft_hdr
- {
- F I L E T R A N S L A T I O N
- }
- &&pport_hdr
- {
- P R I N T E R P O R T
- }
- &&coll_hdr
- {
- C O L L A T I N G S E Q U E N C E
- }
- &&no_hdr
- {
- U N U S E D D R I V E R C A T E G O R Y
- }
- &&exit_hdr
- {
- E X I T
- }
- &&setsht
- {
- To change a driver, highlight the driver type and press [RETURN]. Only
- drivers that you can change appear. If you do not know how to combine Text
- Display and Graph Display, use Change Selected Equipment, Screen Display.
- }
-
- ************ FOOTERS ************
-
- &&men_ftr
- {
- and move menu pointer. [F1] displays a Help screen.
- [RETURN] selects highlighted choice. [F9] takes you to main menu.
- [ESCAPE] takes you to previous screen. [F10] shows current selections.
- }
- &&new_ftr
- {
- [F1] displays a help screen. [F9] brings you to main menu.
- [ESCAPE] moves back one level. [F10] displays current selections.
- }
-
-
- **************** BOX BOTTOMS ****************
-
- &&esc_ret
- {
- Press [RETURN] to continue or [ESCAPE] to quit
- }
-
- &&blank
- {
-
- }
-
- &&press_ret
- {
- Press [RETURN] to continue
- }
- ********** HELP ***********
-
- %%disk_hlp
- {
-
-
-
- If you have trouble finding the keys you need, use the keyboard guide,
- which shows you where all the 1-2-3 keys are on your keyboard. The
- Getting Started book provides more information on the Install program.
-
- If the Install program asks you for a disk, use the backup copy of the
- disk, except in the case of the 1-2-3 System Disk. The original 1-2-3
- System Disk contains a special code that you need when you start 1-2-3
- from a diskette. Do not mix disks from different releases of 1-2-3.
- (You can find the release number on the disk label.)
- }
-
- %%main_hlp
- {
- The box on the right side of the screen describes the highlighted choice.
- As you move the menu pointer (the highlight bar on the left side of the
- screen), the description changes. Unlike 1-2-3, the Install program
- does not let you select an option by typing the first letter of the option.
-
- When you press [F1], the Help screen that appears discusses the choice
- you are making at the moment. If you want help on one of the selections
- in a menu, choose it and then press [F1]. The [ESCAPE] key takes you
- back a step, so you can return to the menu easily if you change your mind.
- }
- %%first_hlp
- {
- If you have trouble finding the keys you need, use the Keyboard Guide,
- which shows you where all the 1-2-3 keys are on your keyboard.
-
- A driver set is like any file: you can copy it from one disk to another.
- Once you create a driver set, you can copy it if you need another copy of
- the same selections. For example, if other people in your office have the
- same equipment, you can create a driver set once, and then copy it to other
- 1-2-3 disks, as long as they are all the same release.
-
- You can use First-Time Installation more than once. You may want to use it
- a second time to create an additional driver set for different equipment.
-
- The Getting Started book provides more information on the Install program.
- }
-
- %%select
- {
- You can make changes in the current driver set by selecting any of the
- equipment named on this screen, and indicating the changes you want to
- make. If you have already chosen a driver in a particular category, you
- will see a triangle beside the selection you made.
-
- If you make any changes, be sure to save your new driver set by selecting
- Save Changes from this menu.
- }
-
- %%sd_ques_hlp
- {
- You can display graphs if you have a graphics monitor (monochrome or
- color), or if you have a graph display card (for instance, a Hercules
- card or an Extended Graphics Adapter) for a monochrome monitor.
-
- If you are not sure whether your computer can display graphs, check your
- Hardware Chart or call your dealer or technical resource person.
- }
- %%sd_hlp
- {
- This option lets you select your text display and your graph display at
- the same time, even though these are two different drivers.
-
- To use a combination that you do not see in the list of screen display
- options, use Modify Current Driver Set on the Advanced Options menu and
- select text display and graph display individually. There are, for example,
- some high resolution graphics drivers that you can only use by choosing
- text display and graph display individually.
-
- Not all combinations work. If you have trouble starting 1-2-3 after you
- choose text display and graph display drivers, use the Install program again
- to choose a suggested combination.
- }
- %%td_hlp
- %%gd_hlp
- {
- If you do not know how to create a valid combination of text display and
- graph display drivers, use the Screen Display option under Selected
- Equipment or First-Time Installation. Screen Display lets you indicate
- the kind of equipment you have and automatically provides a combination.
-
- If you want to combine text display and graph display on your own, first
- determine what display cards you have.
-
- If you have different monitors for graphs and text, use a monochrome text
- display with a DUAL graph display. That way you see text (worksheets,
- databases) on your monochrome monitor and graphs on your graphics monitor.
- }
- %%tp_ques_hlp
- %%tp_hlp
- {
- If your printer is not on the list
-
- o Select Unlisted - Complete Capability if it has a backspace capability
- and you can disable automatic line feed.
-
- o Select Unlisted - Forced Auto-LF if you cannot disable automatic line
- feed but the printer has a backspace capability.
-
- o Select Unlisted - No Backspace if you can disable automatic line feed,
- but the printer does not have a backspace capability.
-
- o Select Unlisted - No Backspace, Forced Auto-LF if you cannot disable
- automatic line feed and the printer does not have backspace capability.
- }
- %%gp_hlp
- {
- Some printers can print both text and graphs. If you want to use your
- printer to print graphs as well as text, you must select it from this
- list even if you already selected it from the text printer list.
-
- The Install program automatically includes drivers for low and high
- densities for your graphics printer. Density is the number of dots the
- printer uses to make a particular image. You indicate the density you
- want when you use the PrintGraph program.
- }
- %%coll_hlp
- {
- The collating sequence determines the order in which 1-2-3 sorts entries
- that include both numbers and letters. Here are the results of a sort in
- ascending order, depending on which collating sequence you choose:
-
-
- Numbers first Numbers last ASCII
- ------------- ------------- -------------
- 22 Rye Road One emerald city 22 Rye Road
- 23 Chestnut Avenue One Emerson Place 23 Chestnut Avenue
- 39 Columbus Street Parkway Towers 39 Columbus Street
- One emerald city Three Center Plaza One Emerson Place
- One Emerson Place 22 Rye Road One emerald city
- Parkway Towers 23 Chestnut Avenue Parkway Towers
- Three Center Plaza 39 Columbus Street Three Center Plaza
-
- Note that ASCII is identical to Numbers first, except that uppercase letters
- come before lowercase. Earlier releases of 1-2-3 use the ASCII collating
- sequence.
- }
- %%pport_hlp
- {
- The printer port is the slot where you connect the printer cable to your
- computer. It is probably in the back or on the side of your computer.
-
- 1-2-3 can send data to your printer either through a serial port
- (one byte a time through a single wire) or through a parallel port
- (many bytes at a time through parallel wires). Your printer determines
- whether you should use the serial port or the parallel port. You also
- have to use an appropriate printer cable. If you do not know what kind
- of printer you have, check the documentation that came with it.
- }
- %%new_hlp
- {
- If you purchase equipment that was developed after this version of 1-2-3,
- either Lotus or the manufacturer may supply a driver that lets you use your
- new equipment with 1-2-3. These separate drivers come on a disk and have
- a .DRV file extension.
-
- This option creates a library (SINGLE.LBR) from all the separate drivers.
- The new drivers appear in any list of drivers that you see when you use
- Install.
- }
- %%save_new_hlp
- {
- If you only need one driver set, select No. Your driver set will be called
- 123.
-
- If you plan to create more than one driver set, select Yes. You can give
- each driver set a different name (for instance, COMPAQ for the driver set
- you use with your Compaq, and COLOR for the driver set you use with your
- color monitor). When you start 1-2-3, you indicate which driver set you
- want to use by typing its name.
-
- If you did not make the choices you want, press [ESCAPE] until you reach
- the screen where you made your mistake. A triangle indicates the selection
- you made. The triangle moves when you change your selection. Make the
- correct selection, and then finish the First-Time Installation.
- }
- %%kbd_hlp
- {
-
- If you have added a new keyboard driver to the library, you can choose
- it from this menu.
- }
- %%adv_hlp
- {
- To change a driver set with a name other than 123, select Make Another
- Driver Set Current. Then type the name of the driver set you want to use.
- From that point on, you can make changes in the driver set you indicated.
-
- Select Add New Drivers to Library if you have new equipment that came with
- its own drivers. You can then select those drivers from Install menus.
-
- You can use Modify Current Driver Set to change anything that appears on the
- menu when you select this option. If the library contains only one driver
- for a particular category, the category does not appear in this menu. In the
- original library, for instance, the only keyboard is the standard one for
- IBM and compatibles, so Keyboard does not appear on this menu. If you add an
- additional keyboard driver to the library (which you can do for certain
- applications), Keyboard will appear on the menu, and you can select the new
- keyboard driver.
-
- Modify Current Driver Set is also the way to create your own combination of
- text and graph display drivers. Not all combinations, work though. If you
- have trouble starting 1-2-3 after you choose text and graph display drivers,
- use the Install program again to choose a suggested combination.
- }
- %%no_hlp
- {
-
-
- No help is available for this selection.
- }
- %%save_hlp
- {
- You can create as many driver sets as you need, though you may not have
- space for all of them on your 1-2-3 System Disk. If you want to create a
- number of driver sets and you started Install from a diskette, use a blank
- formatted disk to hold the extra driver sets. When the Install program
- asks for the 1-2-3 System Disk, put in the disk you are using to hold the
- driver sets. When Install asks for the PrintGraph Disk, press [ESCAPE]
- to go back to the main menu.
-
- You can specify a path if you want to save your driver set in a different
- directory. The name of the driver set itself should be no longer than eight
- characters. Do not type an extension with the name of the driver set, and
- do not use any of the following characters in the name:
-
- [ ] ; , . / ? * : ^ + = - < > \ |
- }
- %%one_ds_hlp
- {
- Using one driver set named 123 makes it easy to start the 1-2-3 program
- or any of its auxiliary programs. You need to type only the name of the
- program you want to start (1-2-3, PrintGraph, Access, etc.); you do not
- have to remember the name of a driver set to type along with it.
-
- If you are using a diskette system, the Install program will prompt you
- for the disks it needs to save your driver set. Follow the instructions
- on the screen.
- }
- %%exit_hlp
- {
- When you leave the Install program, you return to the operating system
- (or to the Access system, if you used it to start).
-
- Install only asks you whether you want to save your changes if you made
- changes that you have not yet saved. If you want to save them, answer Yes;
- you will get instructions on saving changes, and will then have a chance to
- go to the main menu or exit Install. If you do not want to save your
- changes, answer No and you will leave Install.
- }