-- FloppyReading.txt - last edited:
-- George	27-Jan-86 19:52:04

-- This file must always be on the very first floppy which must always be named
-- 2.5←Expert←W/S←Data. All commands end with a carriage return. A single space
-- separates commands and their arguments. The following commands are supported:
	-- Comments start with -- and end with a carriage return. They may not
		-- be embedded within a command.
	-- CONFIRM is the same as PRINT except that a mouse cursor is displayed
		-- after the string. If the user aborts, the following commands
		-- are skipped until the next CONFIRM or PRINT.
	-- GET reads files from the current floppy. Each file name must contain 25
		-- or fewer characters; wildcards are allowed. In addition, there
		-- is a maximum of 5 filenames per GET. Filenames may be separated
		-- by a space or a comma.
	-- PRINT outputs the string on the user display. The displayed string
		-- is always followed by a carriage return. PRINT and CONFIRM
		-- strings are restricted to 100 characters.
	-- REQUEST waits until the floppy whose name is the argument is loaded. 
		-- Floppy names are also limited to 100 characters max.
		-- Be very careful about the ← character; it is not the one that
		-- you can type on the keyboard.

REQUEST 2.5←Expert←W/S←Data
GET *.strike Commands *.msgs *.colors Fonts.Widths 
GET Bye.brush *.ip MailFileScavenger.bcd
GET Activity.bcd
CONFIRM Press the left mouse button to install the new User.cm file?
GET user.cm

CONFIRM Press the left mouse button to install the new libraries?
REQUEST 2.5←Expert←Libraries←#1
GET System.* EmptySystem.lib CAE.lib
REQUEST 2.5←Expert←Libraries←#2
GET *.lib

CONFIRM Press the left mouse button to install the new simulation files?
REQUEST 2.5←Expert←Libraries←#3
GET *.wire *.sim *.lsr *.xddl

CONFIRM Press the left mouse button to install the new blank drawing formats?
REQUEST 2.5←Expert←Drawings←#1
GET *.df, *.dwg
CONFIRM Press the left mouse button to install the new blank board design files?
REQUEST 2.5←Expert←Drawings←#2
GET  *.dwg
PRINT Installation of Expert data files is finished.