--
--
--	English Language Menu Text File
--
--	This file is processed by MASPREP to generate MASMENU.DAT.
--	The .DAT file is used by MASMENU to control its actions.
--
--	Version for the Kaypro Sixteen (K16) and KPC-10.
--
--	Revised: 10-16-84 rwb	ver. 1.0
--	Revised: 10-31-84 sgr   ver. 1.9 backup w/spaces
--	Revised: 12-04-85 mdm	ver  2.0 polywindows
--  Revised: 04-24-86 php	ver  2.1 Mite install & Basic directory usage

--
--	First, we have to define the ever-present cursor prompt
--
"Use the up-arrow and down-arrow keys to move the darkened bar to your
choice.  Then, press the right-arrow key.  To exit this menu, press ESC"

--
--	Main menu title
--
"Computerland of Phoenix"

--
--	Current version
--  The '%' is replaced by MASMENU.EXE's version number.
--
"Version % / 2.1"

--
--	Main menu title
--	Keep this short!
--
"Main Menu"

--
--	24/12 hour flag
--
12

--
--	Date ordering
--  This means: MM-DD-YY date format.  You can replace the '-'
--	with a '/' if you prefer.
--
"-mdy"

--
--	Start defining menu groups
--
--
--	A menu group is:
--  "title"
--  {
--		stuff inside
--	}
--
--	The stuff inside is one or more groups of:
--	"title"		(keep this short)
--	"description"	(this appears in the right hand box)
--	**				(this means start batch file lines)
--	. . .			(one or more MSDOS command lines.
--					 you can use $"ask something" to have the user
--					 respond to a question)
--	**				(end of batch file lines)
--	You should always start off your batch file lines with a "cd"
--	to the working directory.  To keep things clean, you should end
--	with a "cd \main."
--

--
--	Word processing menu
--
"A. Word Processing"
"This option leads to a sub-menu that contains programs to handle your word
processing needs."
{
	"A. WordStar"
	"WordStar is a popular word processing program developed by MicroPro.
	 It can be customized to your needs with the installation program."
	**
	cd \main\write
	ws $"file name?"
	cd ..
	**

	"B. Star Index"
	"With StarIndex you can have the computer create indices and a
	 table of contents.  It has several advanced features that are
	 described in the StarIndex manual."
	**
	cd \main\write
	starindx $"File name?"
	pause
	cd ..
	**

	"C. Style"
	"This program works with StarIndex, allowing you to change the
	 format and style of your document.  See your StarIndex manual
	 for more information."
	**
	cd \main\write
	style
	cd ..
	**

	"D. Word Count"
	"This will count the number of characters, lines and words
	 in a document"
	**
	cd \main\write
	wc $"File name?"
	pause
	cd ..
	**

	"E. Install WordStar"
	"This program allows you to customize your copy of WordStar however
	 you  want it.  When you buy a  printer, you should select this
	 option so WordStar knows how to communicate with it.  NOTE: Be sure
	 to name the installed version of WordStar WS.COM."
	**
	cd \main\write
	winstall ws
	cd ..
	** 

	"F. List Text Files"
	"This option will show you a listing of all the file names in
         your word processing directory, one page at a time.
		 When you're done reading
         each screen, press RETURN to view the next, or Ctrl-C to 
         exit back to here."
	**
	cd \main\write
	dir *.*/p
        pause
	cd ..
	**
}
"B. Wordstar Tutor"
"This program will guide you one lesson at a time, to help
you learn the most popular word processor of all time."

{
	"A. Wordstar Intro"
	"A brief introduction to the wonders of word processing,
	and what Wordstar can do for you."
	
	**
	cd\main\write\tutorial
	wstutor
	pause
	cd\main
	**

	"B. Lesson 1"
	"Lesson 1 of Wordstar Tutorial"

	**
	cd\main\write\tutorial
	wstutor1
	pause
	cd\main
	**

	"C. Lesson 2"
	"Lesson 2 of Wordstar Tutorial"
	
	**
	cd\main\write\tutorial
	wstutor2
	pause
	cd\main
	**

	"D. Lesson 3"
	"Lesson 3 of Wordstar Tutorial"

	**
	cd\main\write\tutorial
	wstutor3
	pause
	cd\main
	**

	"E. Lesson 4"
	"Lesson 4 of Wordstar Tutorial"
	**
	cd\main\write\tutorial
	wstutor4
	pause
	cd\main
	**
	"F. Lesson 5"
	"Lesson 5 of Wordstar Tutorial"
	**
        cd\main\write\tutorial
	wstutor5
	pause
	cd\main
	**
	"G. Lesson 6"
	"Lesson 6 of Wordstar Tutorial"
	**
	cd\main\write\tutorial
	wstutor6
	pause
	cd\main
	**

	

}

"C. PC-OUTLINE"
"PC-OUTLINE is one of the most highly rated 'Outline
Processors' available today. This innovative program
can help you organize your thoughts, and produce more
effective documents and presentations."
{
	"A. PC-Outline"
	"Choose this option to enter the PC-Outline program."

	**
	cd\main\pco
	pco
	pause
	cd..
	**

	"B. PC-Outline in RAM"
	"With this choice, PC-Outline loads its Ram Resident
	version, which can be called up by hitting the Ctrl
	Backslash (\) keys."

	**
	cd\main\pco
	pco/r
	pause
	cd..
	**
	"C. PC-Outline-FAST"
	"This option bypasses the opening screen."
	
	**
	cd\main\pco
	pco/q
	pause
	cd..
	**
}

--
--	Telecommunications
--
"D. Telecommunicate"
"This option leads to programs which allow your Kaypro to transfer data 
to other computers via a modem.  The software package, MITE, is one of
the finest telecommunications programs in the microcomputer industry."
{
	"A. MITE"
	"MITE is a modem communications program that allows telephone
	 communication between computers.  It has a complete system of
	 online help, so whenever you're in doubt as to what to do, type
	 a question mark, and the program will try to help you."
	**
	cd \main\comm
        mite
        cd ..
	**

	"B. Auto-Mite"
	"This option allows you to page through the existing parameter files
	 and select one for Mite to use."
	**
	cd \main\comm
	auto
	cd ..
	**

	"C. Dial Site"
	"This option will ask for an existing site parameter file, and then
	 dial that site."
	**
	cd \main\comm
	mite $"parameter file?" g
	cd ..
	**

	"D. List .PAR Files"
	"This option will provide you with a listing of parameter files (
	 Files with a .PAR extension)."
	**
	cd \main\comm
	dir *.par /p
	pause
	cd ..
	**

	"E. Install Mite"
	"This option will enable you to install MITE for your system. 
	 This includes color, ports, and some default settings."
	**
	cd \main\comm
	install
	cd ..
	**
}


--
--	Install Kdesk
--
"E. Kdesk"
"This option takes you to a menu which is used to start the Polywindows
 Desk program."
{
	"A. Kdesk"
	"Kdesk is a subset of the Polywindows Desk system.  It contains
	 a note pad, calculator, telephone dialer and index card file.
	 Once this option has been run, Kdesk can be called up by pressing
	 both the CTRL and ESC keys at the same time.  You can also get
	 help on the operation of Kdesk by pressing CTRL and F1 at the
 	 same time."
	**
	cd \main\poly
	command /c kdesk		-- can't nest batch files! 12/2/85
	pause
	cd ..
	**

	"B. Polywindows Desk"
	"This is the full Polywindows Desk system.  In addition to those
	 features included under the Kdesk subset, it also includes a 
	 Hex calculator, ASCII code chart and a puzzle.  The controls for
	 Polywindows Desk are the same as for Kdesk."
	**
	cd \main\poly
	command /c poly			-- can't nest batch files! 12/2/85
	pause
	cd ..
	**

	"C. New Card Deck"
	"This allows you to add a file deck to your Polywindows menu.
	 The file decks you can add are: NEWDECK, MEDIUM and LARGE."
	**
	cd \main\poly
	include $"Card deck name?" as $"Call it?"
	cd ..
	**

	"D. Remove Tools"
	"This allows you to remove Polywindows tools from memory.
	 Be careful!  When you remove a tool, you remove it and
	 any that were called in after it.  To remove all tools,
	 type DEFAULT, when asked which tool to remove."
	**
	cd \main\poly
	remove $"Remove which tool?"
	cd ..
	**
}
--  Utilities 3.20

"F. Utilities #1"    
  "These utilities can be used to recover accidentally erased
   files."

{
	
	"A. Unerase"
	"Follow the 'on screen' instructions to easily
	 restore a deleted or erased file, do a directory
	sort, find specific files on the hard disk, etc."
	**
	cd\norton
	nu
	pause
	cd..
	**
	"B. Directory Sort"
	"Thi optio wil sor you director b specifie order 
         I yo specif      \ yo indicate you wish to sort
         by NAME, EXTENSION, DATE, TIME, and SIZE, in the root
 	 directory Th director pat (exampl \main) indicates
	 which directory you wish to sort. The /s indicates that
	 subdirectories under the directory path are to be sorted."

	**
	cd\norton
	ds $"Please input sort order [ex. endts]"
	pause
	cd..
	**
	"C. File Find"
	"This selection will find any file that you specify, listing
	multiple occurrences, and which directory and/or subdirectory
	the file will be found."
	
	**
	cd\norton
	ff $"Filename?"
	pause
	cd..
	**
	"D. List Directories"
	"This option will list all the directories  on the hard disk."

	**
	cd\norton
	ld/p
	pause
	cd..
	**
	"E. System Info"
	"Choosing this option will list various characteristics of
	your Kaypro Professional Computer, the finest Personal Computer
	you can buy today."
	
	**
	cd\norton
	SI
	pause
	cd..
	**
	"F. PC-TOOLS"
	"Fabulous ram resident program which gives a wide variety of
	 features and capabilities, including modifying at the hex
	 level. It is invoked by pressing Ctrl Esc (the control and
	 escape key). If you use this program, you must modify Poly
	 windows to be invoked by Ctrl Alt. See the Poly manual."

	**
	cd\utility
	pctools /r128
	pause
	cd\main
	**
	"G. Park Hard Disk"
	"This option automatically moves the read/write heads of the
	 Kaypro 20 Megabyte Hard Disk Drive to a safety zone, so you
	 can safely move the computer. Some careful users do this at
	 the end of each computing session. When asked for which drive,
	 answer '1'. Then turn your Kaypro off."

	**
	cd\utility
	park
	**

}
"G. Utilities #2"
"This option will guide you through some of your operating system's
 utility programs, including formatting floppy disks, copying files
 and diskettes, and checking the space left on your hard disk."
{
	"A. Format Floppy"
	"This option will allow you to format a floppy disk to make it usable
	 for storing information. Put a blank floppy diskette, double sided
	 and double density (DSDD) in drive A:. Remember that formatting
	 also erases any data that you have  previously stored on your
	 diskette, so make sure it is either blank, or contains information
	 you can afford to lose."
	**
	format a:
	**

	"B. Format w/DOS"
	"This option formats a floppy diskette in drive a:, plus makes it
	bootable, as it will contain the operating system, which
	consists of two hidden files and the file command.com. 
	This system uses DOS 3.2, and the system takes up 69K, 
	which is considerable on a floppy. Don't  use this choice
	if you just need to store data on the disk."

	**
	cd\utility
	format a:/s
	pause
	cd..
	**
	"C. Check Hard Disk"
	"This option will convert any lost clusters to files,
	 and should be used regularly on your hard disk."
	**
	cd\utility
	chkdsk /f
	pause
	cd..
	**
	"D. Hard Disk Space"
	"This option will tell you how much space is left on your hard disk.
	 It also checks the integrity of the file structure on your hard
	 disk.  For more on this, check your MS-DOS users guide."
	**
	chkdsk c:
	pause
	**
	"E. Disk Test"
	 "This option will test the integrity of your hard disk, and
	 if errors are found, you will be able to lock them out."

	**
	cd\norton
	dt /d
	pause
	cd..
	**
	"F. File Test"
	"This option will check all the files on the specified disk,
	and report any that can't be read properly."
	**
	cd\norton
	dt /f
	pause
	cd..
	**

	"G. Directory"
	"This will show you the names of your files.  When asked for the
	 pathname, respond in the format: c:\pathname , e.g., to 
	 see the file names in your word processing directory, type:
	 c:\main\write; for your spreadsheet directory, type:
	 c:\main\calc."
	**
	dir $"Pathname? "/p
	pause
	**

	"H. Copy Files"
	"This option will allow you to copy files from one drive to another.
	 When asked for Source, respond in the following format:
	 drive:\path\ filename.ext    When asked for Destination, 
	 respond in the same format as Source."
	**
	copy $"Source ?" $1"Destination ?"
	**

	"I. Copy a Diskette"
	"Thi optio wil allo yo t cop  flopp disk Place  
         source disk (the one you want to copy) in the A: drive.
         Place a blank disk in drive B:. DISKCOPY makes a CARBON COPY
         of your A: disk on the B: disk. You can use any disk you don't
         mind erasing for the B: drive. Formatting isn't necessary,
         as this process formats automatically."
	**
	diskcopy a: b:
	**
	"J. Copywrite"
	"This program is designed to produce useable copies of copy
	 protected software. Sometimes you will have to use the 'Unguard'
	 process when software uses the SOFTGUARD copy protection scheme.
	 Other times you will have to run the program RAMKEY before
	 executing copy protected programs that use PROLOCK."

	**
	cd\utility
	copywrite
	pause
	cd\main
	**

	"K. Ramkey"
	"Run this program before using certain programs which have
	 'Key Disk' protection. These programs look for a system
	disk in the A: drive. Ramkey alleviates the need for this
	system disk."

	**
	cd\utility
	ramkey
	cd\main
	**
		
}


--	Backup & Restore
--
"H. Back Up Hard Disk"
"This option takes you to a menu which provides you with choices
 for making backup copies of the information on your hard disk.  Backing
 up your data cannot be done too often."
{
	"A. Total Back-up"     
	"This option will back up all files on the hard disk in all of
	 the directories onto floppy disks.  Have plenty of blank,
	 formatted, floppy disks handy."
	**
	backup c:\ a: /S
	**

	"B. Modified Backup"
	"This option will back up all files that have been modified since the
	 last back up was run."
	**
	backup c:\ a: /S /M
	**

	"C. Back Up File"
	"This option will back up files from your hard disk onto floppy disks.
	 When asked for format, respond with the following: 
	 pathname\filename.ext    Example: To back up that letter you 
	 wrote to Tom, you could type: main\write\totom.txt
	 which means back up file totom.txt in the sub-directory 
	 C:\main\write."
	**
	backup c:\$"format?" a:
	**

	"D. Restore Files"
	"This option will copy files from floppy diskettes onto the hard disk.  When
	 asked for the File Specification, respond with the following 
	 format: main\write\*.txt.  This would restore all .txt files
	 in your word processing directory."
	**
	restore a: c:\$"File specification? "
	**

	"E. Restore All"
	"This option will copy all the files from your backup floppy 
	 disks to hard disk.  Beware of this operation, as it will replace
	 ALL of the information on your hard disk with the information
	 on your floppy disks."
	**
	restore a: c:\ /S
	**
}


--
--	
--

"I. Select Monitor"
"This selection will bring you to a menu
of different options to enable the Kaypro
PC to run a wide variety of programs, including
Autocad which required Hercules Monochrome Graphics,
or Flight Simulator, which requires color emulation.
Remember that you choose color EMULATION to run color
through your high resolution monochrome monitor."
{
	"A. Mono Text 80x25"
	"High Resolution Monochrome Text for most IBM text
	oriented programs, including Wordstar, DBASE II/III,
	etc."
	**
	cd\utility
	MS MT 
	cd\main
	**
	"B. Mono Text 132x25"
	"Change to 132 column by 25 line mode. This can be
	useful for some spreadsheet programs, and even Wordstar
	can be modified to work in 132 column mode."
	**
	cd\utility
	ms m25 
	cd\main
	**

	"C. Mono Text 132x44"
	"Monochrome Text 132 columns in width, and 44 lines
	 long."
	**
	cd\utility
	ms m44 
	cd\main
	**

	"D. Mono Graphix-1/2"
	"Used for some graphics programs.Also called Monochrome Graphics
	one page."
	
	**
	cd\utility
	ms mg1 
	cd\main
	**

        "E. Mono Graphix-Full"  
	"High Resolution Graphics, 720 x 348 Pixel, used by
	 many graphics packages, including AutoCad. Also called
	 Monochrome Graphics - 2 pages."

	**
	cd\utility
	ms mg2 
	cd\main
	**

	"F. Emulation Text"
	"Used to emulate color graphics on a high resolution
	 monochrome monitor. You see shades of green/amber/
         black & white, depending on which monitor you have."

	**
	cd\utility
	ms e80 
	cd\main
	**

	"G. Color Text 80x25"
	"Make sure you don't try this option with a monochrome
	 TTL (you can tell a TTL by the nine pin DIN connector)
	 monitor, as you can blow a fuse. If you choose this option
	 change to a color monitor as recommended."

	**
	cd\utility
	ms c80 
	cd\main
	**

	"H. Color Text 132x25"
	"132 Column text in color. Make sure you only use
	a color monitor with this selection."

	**
	cd\utility
	ms c132
	cd\main
	**
}	

"J. Odds 'n Ends"
"A variety of programs to enhance the use of your Kaypro Professional
Computer."

{
	"A. Print Labels"
	"This selection will print nifty labels on standard 4 x 1 7/8
	inch labels. You must have the diskette you want to print a
	label for in the B: disk drive, your printer on line, and
	your labels properly lined up. I usually run a test on plain
	paper to fine out exactly where I should line up the labels."

	**
	cd\main\labels
	lbl
	cd..
	**

	"B. Infobase Database"
	"A really powerful database management program, read the 
	.doc file to learn about the program."

	**
	cd\main\infobase
	infobase
	cd..
	**
	"C. Infobase.doc"
	"This selection will allow you to read the documentation for
	infobase, one page at a time."

	**
	cd\main\infobase
	type infobase.doc | more
	cd..
	**

	"D. Print .doc file"
	"This selection will print  out the Infobase documentation
	on any standard printer. Make sure your printer is on line,
	and loaded with fan fold/tractor paper."
	**
	cd\main\infobase
	copy infobase.doc prn
	cd..
	**

	"E. PC-CALC"
	"Excellent spreadsheet program."
	**
	cd\main\calc
	pc-calc 
	cd..
	**

	"F. PC-CALC Manual"
	"Documentation for PC-CALC spreadsheet. Make sure your printer
	is on line, turned on and connected to the parallel printer
	port."
	**
	cd\main\calc
	copy pc-calc.doc prn
	cd..
	** 

	"G. Typing Tutor III"
	"Highly rated Typing Tutorial, with famous 'Letter Invaders'
	which makes a video game out of learning how to type."
	**
	cd\main\typing
	tt
	cd..
	**

	"H. GL Program"
	"Excellent General Ledger Program for balancing your books.
	Good for small businesses and home finances."

	**
	cd\main\gl
	glmenu
	cd..
	**

	"I. Print GL Manual"
	"This selection allows you to print out documentation for
	the GL program. When asked for program to be printed, 
	answer CPIBSGL.DOC."
	
	**
	cd\main\gl
	CPIBSDOC
	cd..
	**

}	
--
                                                                 