PW SWP PW SWP !PW SWP"#$%&'()*+,-./01PW SWP23456789:;<=>?@APW SWP BCDEFGHIJKLMNOPQPW SWP RSTUVWXYZ[\]^_`aPW SWP bcdefghijklmnopqPW SWPHrstuvwxyz{|}~O =f1.20l!$r!^_q A,J#<KFKK1<)K:KKJKK)KKKKK)L?<\=wLu>LLMbMOMNvO?vOJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ!NvOvOvOvOvOvOvO:KvOvO&AO@vOvO@vOvO PvOvOvOvOPvOvOvOvOvOvOvOvOJvOvOvOvOvOvOvOvOvOvOvOvOvOvOvOAAAAAAAAAAvOvOPvO%PEvO3PYPvPPPPvOPvO@ QmQvORgAjR}?QQES$R]URvOvO]vORvOvOvOvO3PYPvPPPPvOPvO@ QmQvORgAjR}?QQES$R]URvOvO]vOvOvOvO$SvOvOSTvOvOU:KvOsUvOvOvOUvOvOvOvOUVvOvO]2WWvO]vOvOvOvOvOvOvOvOvOvOvOvOvOvOvOEvOvOvOWvOvO\\vOvOvOvOvOvOvOvOvOBXBEvOvOYvOvOvO8[vOvOAvOYvOx[vO)]vOvOB^vOvOvOvOvOvOvOvO^vO&^vOvOvOYvOvOvO8[vOvOAvOYvOx[vO)]vOvOB^vOvOvOvOvOvOvOvOvOvOvOvOkill line (may be C-C on Kaypro)[ ] [ ] Cd dense files. Try both large and small files. Find maximum file size that sum will accept. Comments:------------------------------------------------------------------------------6. LOGICAL FUNCTIONSUse file "FCTNTST.PC" to test these.a. [ ] [ ] and(x,y) test withh varying zero and non-zero entries.b. [ ] [ ] or(x,y) test same as "and"c. [ ] [ ] if(x,y,z) test with different arguements and actions.d. [ ] [ ] not(x)Comments:------------------------------------------------------------------------------7. TRIGONOMETRIC FUNCTIONS x must be in radians. these functionsare cyclic, with 0<= x <= 2pi (pi=3.1415927)a. [ ] [ ] atan(x) b. [ ] [ ] cos(x) c. [ ] [ ] sin(x) expected values x | sin(x) | cos(x) | atan(x)------------------------------------------------------------------------------new line indent rest of line same as this []=====================================================[] [] LEARNING TO USE YOUR KAYPRO CP/M OPERATING SYSTEM [] []=====================================================[] Welcome to your Kaypro II computer. This lesson willintroduce you to the CP/M operating system which controls theKaypro II. This is essential information which you should taketime to acquaint yourself with. When you have finished,you should proceed to the first lesson dealing with PerfectWriter. The first thing you must know is how to 'scroll' throughthese instructions. The command that allows you to scroll thenext screen of this text into view is the VIEW NEXT SCREENCommand: Control--V Execute this command by depressing the 'Control' Key andtyping the lower case letter 'v'. Use this command to go to the next screen. A second command, the VIEW PREVIOUS SCREEN Command, allows you to scroll the screen backwards, bringingprevious material into view: Control--Z iew: Control--Z Execute this command by holding the Control Key andtyping the lowercase letter 'z'. Take a few minutes to practicescrolling the screen forwards and backwards, finally returning tothis point. WHAT IS AN 'OPERATING SYSTEM'? By itself your Kaypro II computer knows how to do verylittle. In fact, when you turn on the power, it can do littlemore than display a message asking you to insert a diskette. Thediskette, of course, contains the 'software' program that allowsthe computer to perform a wide variety of sophisticatedoperations, from word processing to spreadsheet calculating torecords management. However, even before your Kaypro II can 'run' suchsoftware programs, it must know how to perform other, morefundamental operations, such as partitioning its internal memory, creating and managing files on a diskette, outputting informationto a printer or a modem, and much more. This is accomplished bya separate program called 'Control Program for Microprocessors', or Microprocessors', otherwise known as 'CP/M' or 'CP/M Disk Operating System'. .................................................................In a nutshell --> CP/M lets you 'operate' your KayPro II computer.................................................................. WHAT DOES CP/M LOOK LIKE? The CP/M disk operating system comes on a diskette usually labeled 'CP/M Operating System' or 'CP/MUtilities'. This diskette may contain additional program filesthat have been supplied with the Kaypro II (e.g. S-BASIC), butthese need not concern us now. To use your CP/M put the CP/M system diskette in diskdrive A (the main disk drive), whereupon CP/M will identifyitself to you by displaying: " A> "on the screen. This symbol is a command prompt which indicatesthat you have turned on CP/M and are 'logged' onto drive "A". The logged drive contains the diskette you will automatically getinformation from or write information to. To switch from drive A on to. To switch from drive A to drive B you would type the following: A>b: The screen would then display: B>To get back to drive A enter: B>a: NOTE: means type a carriage return after typing thecommand. It is possible while logged into one drive to referencefiles held on the other drive. For example, the command: B>a:menu indicates that you are logged into drive 'B', but are calling upthe Perfect Software 'Menu' located on drive 'A'.----------------------------------------------------------------------...................................................................... NAMING FILES When working with your Kaypro II, you will be creatingand manipulating 'files'. 'Files' are nothing more thandocuments that have been stored on your diskette. Each 'file'possesses its own 'filename', which identifies it to the CP/Moperating system. A file cannot have just 'any' name. CP/M requires that st 'any' name. CP/M requires that they follow a particular form. Specifically, filenames cannot belonger than eight (8) characters (though they may be as shortas one (1) character), and they MAY NOT contain blank spaces or any of the following: > < . , ; : = ? * _ [ ] Some filenames will require an 'extension', whichspecifies the file 'type'. For example, all files created withPerfect Writer (that you will want to format and print) requirethe extension ".mss", which stands for 'manuscript source'. Be sure to choose a filename that will help you recallthe file's contents. Some sample filenames might be: chapter7.mss mydiary.mss running.mss private!.mss Note that the filename extension is not included in the 8character limitation for filenames. DISK DRIVE DESIGNATIONS When specifying filenames, it is always important toindicate the disk 'drive' on which the file is located. Whenworking with the Kaypro II, your program diskette (e.g. PerfectWriter, Perfect Calc, etc.) will normally be on drive 'A' and the ally be on drive 'A' and the diskette holding the files you create on drive 'B'. Specifyfiles on drive B in the following manner: b:chapter7.mss b:mydiary.mss b:running.mss b:private!.mss The "b:", which IMMEDIATELY precedes the filename,indicates that the file is located on drive 'B'. If nodrive is specified, CP/M will assume that the file is located onthe drive to which the computer is currently 'logged'--normallydrive 'A'. Note that the letter indicating the disk drive isimmediately followed by a colon and need not be capitalized. WHAT CAN YOU DO WITH CP/M? There are several CP/M commands which you will be likelyto use with your KayPro II. These fall into two categories: 1)'system' commands which are available to you whenever eithersystem prompt "A>" or "B>" is displayed on the screen; and 2)'utilities', separate CP/M program files, which, to be used,must be present on the disk drive currently logged. The "system" commands we will discuss in this lesson are: iscuss in this lesson are: ................................................................._________________________________________________________________. .. DIR Provides a DIRectory of files on a diskette. .. TYPE TYPEs (displays) a document file to the screen. .. ERA ERAses a specified file. .. REN RENames a specified file. .................................................................. The "utility" programs we will present are:__________________________________________________________________________STAT Provides STATistics on the space available on a diskette. .PIP Lets you copy files from one diskette to another. .COPY Lets you COPY and FORMAT a diskette. .SYSGEN Copies the CP/M "system" to a diskette {SYStemGENerator}INITDISK Formats a diskette for a computer other than the Kaypro II. . e Kaypro II. . SETDISK Allows the Kaypro II to read a diskette formatted for . a different computer. ........................................................................... Note: On your CP/M diskette all of these utility files areshown bearing the suffix ".com", indicating that they are'COMmand' files. When specifying one of these files, you shouldOMIT the '.COM' suffix. For example, if you want to know howmuch space is available on the diskette in drive B, type: A>stat b: NOT A>stat.com b: The 'SYSTEM' COMMANDS................................................................._________________________________________________________________ DIR (DIRectory) What's on a diskette? To find out what files are on adiskette use the DIR command. Enter: A>dir This command tells your Kaypro II to display the names of allfiles located on the diskette in drive A. If the Perfect Writer n drive A. If the Perfect Writer diskette were on drive A, the directory on your screen would looklike this:A>dir A: PW SWP : MENU COM : PW COM : PF COMA: PP COM : PF DAT : PW HLPNOTE: The period which normally separates the filename from itsextension has been omitted from the entries in the directory. Thus, when viewing a directory, you should mentally reconstructit as follows:A>dir PW.SWP MENU.COM PW.COM PF.COM PP.COM PF.DAT PW.HLP To display the files on the diskette in drive B, you would enterthe command: A>dir b: If your file diskette, the one on which you had beenwriting files, were on drive B, the directory might look like this:A>dir b: B:CHAPTER7 MSS : RUNNING MSS : PRIVATE! MSS B:MYDIARY MSS If you want to have the directory printed, use thecommand form: A>dir b: Control--P 'Control--P' tells CP/M to direct all computer output tothe printer, including whatever is displayed on the screen. (The ever is displayed on the screen. (The directory will be both printed and displayed on the screen.) Toturn this option 'off', type 'Control--P' a second time..................................................................-----------------------------------------------------------------EXECUTE PROGRAM To run another software program under CP/M you need onlytype the filename of the program's command file (Remember: doNOT type the ".COM" extension.) For example, to run PerfectCalc, whose command file is 'PC.COM', you would enter: A>pc CP/M will load Perfect Calc into memory, presentingyou with a blank spreadsheet ready to begin entering data. When executing a command program, CP/M surrenders systemcontrol to that program. Thus, the regular CP/M commands (i.e.those which you are learning in this lesson) will no longer work,until you have quit the particular program and the CP/M prompt'A>' is again being displayed.................................................................. ....................... -----------------------------------------------------------------REN (Rename) REN provides a quick and easy way of changing the name ofa file. For example, the command: A>ren newname.mss=oldname.mss ^ ^ replacement name to be replacedcauses the file 'oldname.mss', located on drive 'A', to berenamed as 'newname.mss'. Note that the old (or original) filename is placed to the RIGHT of the equal sign, and the new filename is placed to the LEFT. Following a name change, only thenew (or replacement) file name will appear on the disk directory. To change the name of a file located on the diskette indrive 'B', use the command form: A>ren b:newname.mss=b:oldname.mss .................................................................-----------------------------------------------------------------ERA (Erase) You will often want to free-up diskette space by deletingold, unwanted files. The CP/M command to do this is ERA. For command to do this is ERA. For example, the command: A>era b:thisfile.mss erases "thisfile.mss" on the diskette in drive B. Clearly, youwill want to use this command CAUTIOUSLY. ERA can also erase groups of files. For example, thecommand: A>era *.mss erases all files on the diskette in drive A having names endingwith the '.MSS' extension. The asterisk "*" is used like a 'wildcard' to represent all filenames. Finally, to erase all files on a disk, use the command form: A>era *.* Before erasing all the files on the diskette, CP/M will ask: "Erase all files (Y/N)?"This confirmation is requested to insure that you are aware ofthe (rather drastic) consequences of the command. .................................................................-----------------------------------------------------------------TYPE (Display File) TYPE allows you to inspect a document directly from CP/Mwithout having to enter Perfect Writer. For example, thecommand: Writer. For example, the command: A>type b:thisfile.mss causes the contents of "thisfile.mss", located on drive B, to bescrolled across the screen. To temporarily halt the scroll,type: CTRL--STo resume scrolling hit any key. To quit prior to reaching theend of the document, type: CTRL--C............................................................................................................................................ CP/M 'UTILITY' PROGRAMS ----------------------- Note: The following utility programs can be used onlywhen their command files are present on the currently loggeddrive. -----------------------------------------------------------------.................................................................STAT (STATistics) Filename: 'STAT.COM' Like every computer, your KayPro II has a limited amountof disk storage. You will need to keep track of the spaceavailable on your diskettes in order to effectively manage your der to effectively manage your programs and files. For example, you will often need to know howmuch free space remains on a diskette, for should there beinsufficient space for a file you are creating, all or part ofthe file may be lost when you attempt to save it. The CP/Mcommand program that provides you with information on the'status' of a diskette is "STAT". The STAT command displays the vital 'statistics' of adiskette, that is, how much storage space has been allotted tovarious files, and how much free storage space remains. Forexample, the command: A>stat instructs CP/M to examine the diskette in drive A and respond withthe message: A:R/W, SPACE : 20kindicating that on this particular diskette in drive A 20K bytesof free storage remain (20K bytes represents 20,000 characters,roughly equivalent to 15 or 20 pages of double spaced text). Aswell, this space is designated "read-write" (R/W), meaning youcan read or write to it (in contrast to R/O which indicates"read-only"). ndicates "read-only"). To examine a diskette on drive B, type: A>stat b: CP/M will respond with the message: B: R/W, SPACE: 142Kindicating that available "read-write" space totals 142K bytes. Your KayPro diskettes have 191K bytes of storage each. STAT will also display how much space a particular fileoccupies. The Command form is: A>stat b:thisfile.mss CP/M will respond with (for example): RECS BYTS EX ACC D FILENAME.TYP 7 4K 1 R/W B THISFILE.MSSIn this display: "RECS" indicates the number of 128 byte records used by the file. "BYTS" means the length of the file in bytes. "EX" indicates the number of 'logical extents' taken up by the file. (A logical extent consists of 16K bytes of disk space.) "ACC" stands for the "accessibility of the file--whether it is 'read-only' or 'read-write'". "D" is the drive name. (NOTE: "Bytes" is the figure you will generally be most e figure you will generally be most interested in.) STAT will also display statistics of any identifiablegroup of files. For example, the command A>stat *.com will display the amount of space occupied by all the files ondrive A whose file names have the extension ".com"--e.g.,STAT.COM, PIP.COM, PW.COM, etc. Finally, you can use the wild card symbol "*" to haveSTAT display the status of all files on a diskette. A>stat *.* STAT will respond with a display like this:Recs Bytes Ext Acc 171 22k 2 R/W A:MENU.COM 268 34k 3 R/W A:PW.COM 41 6k 1 R/W A:PW.HLP 520 66k 5 R/W A:PW.SWPIf the listing is longer than one screenful, use 'Control--S' totemporarily halt the display, afterwards hitting any key to continue..................................................................-----------------------------------------------------------------PIP (File Copying)Filename: 'PIP.COM' PIP, or 'Peripheral Interchange Program', is the CP/M l Interchange Program', is the CP/M utility program used for copying individual files and programsfrom one diskette to another, or onto free space on the samediskette. To copy a file from one diskette to another, use thecommand form: A>pip b:=a:thisfile.mss -- -------------- ^ ^ {destination} {source} In this command 'thisfile.mss', which is located on drive'A', is being copied to drive 'B'. Note that the file name doesnot have to be repeated if it is to remain the same at itsdestination. Also, as with the REN command, the destination (drive B)is placed to the LEFT of the equals sign, while the source (driveA) is placed to the RIGHT. It is easy to change the name of a file while you arecopying it, as in this command: A>pip b:thatfile.mss=a:thisfile.mss Here PIP copies "thisfile.mss" on drive A to drive B,simultaneously changing its name to "THATFILE.MSS". You now have HATFILE.MSS". You now have two copies of the same file, each with a different name. Torename and copy a file on the same diskette, use the command: A>pip b:thatfile.mss=b:thisfile.mssTo copy an entire disk, use the command form: A>pip b:=a:*.* PIP will copy the entire contents of the diskette ondrive A to the diskette on drive B, leaving the contents of driveA untouched. (Again, note the use of the '*' as a wild card). When executing this copy routine, it is best to use anempty diskette as the destination, since there must be enoughspace to receive the material being transferred. (When copying anentire diskette it will probably be faster to use the COPYutility described below.) If you wish to copy more than one file, you can save timeby using a variation of the PIP command as follows: A>pip Your screen will respond with an asterisk ( * ) on thenext line. You may then copy as many files as you wish using the es as you wish using the same form described above but without typing "pip" each time. When you have no more files you wish to transfer, type a and you will be back to your system prompt. For example: A>pip *b:thisfile.mss=a:thatfile.mss *b:newfile.mss=a:oldfile.mss * Final Note: Though PIP can be used to copy all files andprograms on a diskette, it will not copy the CP/M system itself. Totransfer the CP/M system, use SYSGEN (see below).______________________________________________________________________...................................................................... COPYING, FORMATTING, INSTALLING CP/M Filename: 'COPY.COM'1. COPYING It is important to get in the habit of making backupcopies of your important diskettes. Usually the easiest way todo this is by using the COPY utility program. All you need to dois place the main CP/M system diskette in drive A and enter: A>copyCP/M will display the main COPY menu, offering four choices: menu, offering four choices: C COPY ---- This option formats the diskC-O open line check that errors produced ifall lines are full, or at line 255.f. [ ] [ ] M-o open column check that errors are producedif all columns are full, or at column Z.Comments:------------------------------------------------------------------------------12. COPYING AND MOVINGa. [ ] [ ] C-W copy entryb. [ ] [ ] M-W copy regionc. [ ] [ ] C-Y yank entry,line,column, or region from save buffer at or beginning at the cursor position.d. [ ] [ ] M-Y copy entry,line, or column(but not a region) from save buffer used in replicating formulasComments:------------------------------------------------------------------------------13. RELATIVE & ABSOLUTE VARIABLES When yanking from the Save Buffer, you are asked whether eachvariable in a formula is relatiave to its position. Test thepossible responses: a. [ ] [ ] y Yes, the relative variable should be adjusted variable should be adjusted for position. b. [ ] [ ] any other key No, the variable is absolute and should be copied with no change.c. [ ] [ ] Start the questions over with the first variableComments:------------------------------------------------------------------------------14. SPREADSHEET DESIGNa. [ ] [ ] X-w Change column width Test with both one and twob. [ ] [ ] g global windows. See that changes c. [ ] [ ] c column in one window are echoed in the other window. Also, check that global change doesn't change columns that have been altered with the column width change command.d. [ ] [ ] X-j justify entrye. [ ] [ ] l leftf. [ ] [ ] c centerg. [ ] [ ] r righth. [ ] [ ] X-d Change display formati. [ ] [ ] 0-13 displays this number of decimal placesj. [ ] [ ] s displays in scientific notation in scientific notation k. [ ] [ ] * displays in graphic notationl. [ ] [ ] f displays formulas at their entry positionsm. [ ] [ ] $ displays dollars and cents, with commasn. [ ] [ ] X-t Fix titlesComments:----------------------------------------------------------------------------15. RECALCULATION MODESa. [ ] [ ] X-m Change recalculation modeb. [ ] [ ] l recalculate by lines(default)c. [ ] [ ] c recalculate by columnsd. [ ] [ ] a recalculate automatically whenever numeric value or formula changed.e. [ ] [ ] m recalculate manuallyf. [ ] [ ] ! recalculate requestg. [ ] [ ] r update only current defined regionComments:-----------------------------------------------------------------------------16. MULTIPLE BUFFERS AND FILESa. [ ] [ ] X-a associate buffers and filesb. [ ] [ ] X-C-B buffer directoryc. [ ] [ ] X-b switch buffer test to see that ch buffer test to see that default is previous bufferd. [ ] [ ] X-k delete buffere. [ ] [ ] X-C-K clear memoryComments:----------------------------------------------------------------------------17. READING AND WRITING FILESa. [ ] [ ] X-C-S Save fileb. [ ] [ ] X-C-W Write filec. [ ] [ ] X-C-P print entire spreadsheetd. [ ] [ ] X-p print regione. [ ] [ ] X-C-F find file find files that are largeenough to fill up memory. see if buffer commaands work, as wellas other commands.f. [ ] [ ] X-C-R read fileComments:----------------------------------------------------------------------------18. MULTIPLE WINDOWSa. [ ] [ ] X-2 create two windows Test all commands in the two window mode.b. [ ] [ ] X-1 create one windowc. [ ] [ ] X-o other windowComments:----------------------------------------------------------------------------19. SPECIAL KEYS & EXITING -------- 19. SPECIAL KEYS & EXITING a. [ ] [ ] X-C-C quit See that both yes and no answersare correctly interpreted.b. [ ] [ ] ? helpc. [ ] [ ] C-U repeatd. [ ] [ ] C-G cancele. [ ] [ ] X-= statusComments:@end(verbatim)end(verbatim). [ ] [ ] X-C-S Save file bD delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] @style(leftmargin 5 chars)@begin(verbatim) Procedure for testing Perfect Calc Name:__________________ Date:__________________ Version:__________________ Computer:__________________ functions correctly? ------------ no yes1. MOVING THE CURSOR -test these commands at various points in the spreadsheet, including extremes.a. [ ] [ ] C-F move forward a column b. [ ] [ ] C-B move back a column c. [ ] [ ] C-N next line d. [ ] [ ] C-P previous linee. [ ] [ ] C-A beginning of linef. [ ] [ ] C-E end of lineg. [ ] [ ] M-< top of columnh. [ ] [ ] M-> bottom of columni. [ ] [ ] > GOTOj. [ ] [ ] C-S Search to next unlocked formula or numberComments:(indicate by letter)------------------------------------------------------------------------------ ----------------------------- 2. MOVING THE SCREEN Test in both one and two window modes.a. [ ] [ ] C-Z page upb. [ ] [ ] C-V page downc. [ ] [ ] M-V page rightd. [ ] [ ] M-Z page leftComments:------------------------------------------------------------------------------3. MULTIPLE FILE DISPLAYa. [ ] [ ] X-2 create two windows test both vertical and horizontal windows at all extremes of the file.b. [ ] [ ] X-O switch to other window test that it functions correctly from both windowsc. [ ] [ ] X-1 create one window test from both windows, in vertical and horizontal mode. Check at extreme edges of windows.Comments:------------------------------------------------------------------------------4. MOVE OTHER WINDOWa. [ ] [ ] X-C-V page down other windowb. [ ] [ ] X-C-Z page up other windowc. [ ] [ ] X-V page right other window page right other window d. [ ] [ ] X-Z page left other windowe. [ ] [ ] M-C-L redraw screenf. [ ] [ ] C-S search next unlocked entry test with no unlocked entries and varying numbers of unlocked entriesComments:------------------------------------------------------------------------------5. FORMULA BUILT IN FUNCTIONS create a file that tests these formulas over the ranges specified.------------------------------------------------------------------------------a. [ ] [ ] abs(x) all legal numbers absolute value of entered numberb. [ ] [ ] avg(range) a1:Z255 average or numbers try with varying ranges of varying sizesc. [ ] [ ] count(range) a1:Z255 count of non-empty entries in the range. try with ranges of varying sizes. try with files that have 0,1, and many entries, with sparse and dense files. and dense files. d. [ ] [ ] exp(x) absolute values of x less than approx. 230. All results should be positive numbers. Check that exp(ln(x))=x, allowing for roundoff errors. e. [ ] [ ] int(x) Should return largest integer with absolute value not larger than x.f. [ ] [ ] ln(x) x must be non-negative. check that negative values produce error messages.g. [ ] [ ] log(x) test the same as ln(x). Check that 10 ^ log(x) = x, allowing for roundoff errors.h. [ ] [ ] lookup(x,range) test with varying sizes of lookup tables, be certain that proper values are returned. Check in varying size files, both dense and sparse.i. [ ] [ ] max(range) Check over varying sizes of files.j. [ ] [ ] min(range) Check over vayring sizes of files.k. [ ] [ ] npv(x,range)l. [ ] [ ] sqrt(x) x should be positive. negative entries should produce an error message. Test with zero also. with zero also. m. [ ] [ ] sum(range) sum varying range sizes in sparse and dense files. Try both large and small files. Find maximum file size that sum will accept. Comments:------------------------------------------------------------------------------6. LOGICAL FUNCTIONSUse file "FCTNTST.PC" to test these.a. [ ] [ ] and(x,y) test withh varying zero and non-zero entries.b. [ ] [ ] or(x,y) test same as "and"c. [ ] [ ] if(x,y,z) test with different arguements and actions.d. [ ] [ ] not(x)Comments:------------------------------------------------------------------------------7. TRIGONOMETRIC FUNCTIONS x must be in radians. these functionsare cyclic, with 0<= x <= 2pi (pi=3.1415927)a. [ ] [ ] atan(x) b. [ ] [ ] cos(x) c. [ ] [ ] sin(x) expected values x | sin(x) | cos(x) | atan(x)------------------------------------------------------------------------------ ---------------------------- 0 | 0 | 1 | 0pi/4 | .71 | .71 | .67pi/2 | 1 | 0 | 13pi/4 | .71 | -.71 | 1.17pi | 0 | -1 | 1.265pi/4 | -.71 | -.71 | 1.323pi/2 | -1 | 0 | 1.367pi/4 | -.71 | .71 | 1.392pi | 0 | 1 | 1.41Comments:------------------------------------------------------------------------------8. LOCKING FORMULASa. [ ] [ ] X-C-L Lock current formula test, checking to see that formula actually does lock. attempt to edit formula after lockingb. [ ] [ ] X-C-U Unlock current formula test same as lock formulac. [ ] [ ] X-l lock formulas in regiond. [ ] [ ] X-u unlock formulas in regione. [ ] [ ] X-S search formulaComments:------------------------------------------------------------------------------9. EDITING ENTRIES ----------------- 9. EDITING ENTRIES a. [ ] [ ] X-E edit entryb. [ ] [ ] C-A move cursor to beginning of prompt linec. [ ] [ ] C-E move cursor to end of prompt lined. [ ] [ ] C-F move forward one charactere. [ ] [ ] C-B move backwards one characterf. [ ] [ ] C-D delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] C-O open line check that errors produced ifall lines are full, or at line 255.f. [ ] [ ] M-o open column check that errors are producedif all columns are full, or at column Z.Comments:------------------------------------------------------------------------------12. COPYING AND MOVINGa. [ ] [ ] C-W copy entryb. [ ] [ ] M-W copy regionc. [ ] [ ] C-Y yank entry,line,column, or region from save buffer at or beginning at the cursor position.d. [ ] [ ] M-Y copy entry,line, or column(but not a region) from save buffer used in replicating formulasComments:------------------------------------------------------------------------------13. RELATIVE & ABSOLUTE VARIABLES When yanking from the Save Buffer, you are asked whether eachvariable in a formula is relatiave to its position. Test thepossible responses: a. [ ] [ ] y Yes, the relative variable should be adjusted variable should be adjusted for position. b. [ ] [ ] any other key No, the variable is absolute and should be copied with no change.c. [ ] [ ] Start the questions over with the first variableComments:------------------------------------------------------------------------------14. SPREADSHEET DESIGNa. [ ] [ ] X-w Change column width Test with both one and twob. [ ] [ ] g global windows. See that changes c. [ ] [ ] c column in one window are echoed in the other window. Also, check that global change doesn't change columns that have been altered with the column width change command.d. [ ] [ ] X-j justify entrye. [ ] [ ] l leftf. [ ] [ ] c centerg. [ ] [ ] r righth. [ ] [ ] X-d Change display formati. [ ] [ ] 0-13 displays this number of decimal placesj. [ ] [ ] s displays in scientific notation in scientific notation k. [ ] [ ] * displays in graphic notationl. [ ] [ ] f displays formulas at their entry positionsm. [ ] [ ] $ displays dollars and cents, with commasn. [ ] [ ] X-t Fix titlesComments:----------------------------------------------------------------------------15. RECALCULATION MODESa. [ ] [ ] X-m Change recalculation modeb. [ ] [ ] l recalculate by lines(default)c. [ ] [ ] c recalculate by columnsd. [ ] [ ] a recalculate automatically whenever numeric value or formula changed.e. [ ] [ ] m recalculate manuallyf. [ ] [ ] ! recalculate requestg. [ ] [ ] r update only current defined regionComments:-----------------------------------------------------------------------------16. MULTIPLE BUFFERS AND FILESa. [ ] [ ] X-a associate buffers and filesb. [ ] [ ] X-C-B buffer directoryc. [ ] [ ] X-b switch buffer test to see that ch buffer test to see that default is previous bufferd. [ ] [ ] X-k delete buffere. [ ] [ ] X-C-K clear memoryComments:----------------------------------------------------------------------------17. READING AND WRITING FILESa. [ ] [ ] X-C-S Save fileb. [ ] [ ] X-C-W Write filec. [ ] [ ] X-C-P print entire spreadsheetd. [ ] [ ] X-p print regione. [ ] [ ] X-C-F find file find files that are largeenough to fill up memory. see if buffer commaands work, as wellas other commands.f. [ ] [ ] X-C-R read fileComments:----------------------------------------------------------------------------18. MULTIPLE WINDOWSa. [ ] [ ] X-2 create two windows Test all commands in the two window mode.b. [ ] [ ] X-1 create one windowc. [ ] [ ] X-o other windowComments:----------------------------------------------------------------------------19. SPECIAL KEYS & EXITING -------- 19. SPECIAL KEYS & EXITING a. [ ] [ ] X-C-C quit See that both yes and no answersare correctly interpreted.b. [ ] [ ] ? helpc. [ ] [ ] C-U repeatd. [ ] [ ] C-G cancele. [ ] [ ] X-= statusComments:@end(verbatim)end(verbatim). [ ] [ ] X-C-S Save file bD delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] @style(leftmargin 5 chars)@begin(verbatim) Procedure for testing Perfect Calc Name:__________________ Date:__________________ Version:__________________ Computer:__________________ functions correctly? ------------ no yes1. MOVING THE CURSOR -test these commands at various points in the spreadsheet, including extremes.a. [ ] [ ] C-F move forward a column b. [ ] [ ] C-B move back a column c. [ ] [ ] C-N next line d. [ ] [ ] C-P previous linee. [ ] [ ] C-A beginning of linef. [ ] [ ] C-E end of lineg. [ ] [ ] M-< top of columnh. [ ] [ ] M-> bottom of columni. [ ] [ ] > GOTOj. [ ] [ ] C-S Search to next unlocked formula or numberComments:(indicate by letter)------------------------------------------------------------------------------ ----------------------------- 2. MOVING THE SCREEN Test in both one and two window modes.a. [ ] [ ] C-Z page upb. [ ] [ ] C-V page downc. [ ] [ ] M-V page rightd. [ ] [ ] M-Z page leftComments:------------------------------------------------------------------------------3. MULTIPLE FILE DISPLAYa. [ ] [ ] X-2 create two windows test both vertical and horizontal windows at all extremes of the file.b. [ ] [ ] X-O switch to other window test that it functions correctly from both windowsc. [ ] [ ] X-1 create one window test from both windows, in vertical and horizontal mode. Check at extreme edges of windows.Comments:------------------------------------------------------------------------------4. MOVE OTHER WINDOWa. [ ] [ ] X-C-V page down other windowb. [ ] [ ] X-C-Z page up other windowc. [ ] [ ] X-V page right other window page right other window d. [ ] [ ] X-Z page left other windowe. [ ] [ ] M-C-L redraw screenf. [ ] [ ] C-S search next unlocked entry test with no unlocked entries and varying numbers of unlocked entriesComments:------------------------------------------------------------------------------5. FORMULA BUILT IN FUNCTIONS create a file that tests these formulas over the ranges specified.------------------------------------------------------------------------------a. [ ] [ ] abs(x) all legal numbers absolute value of entered numberb. [ ] [ ] avg(range) a1:Z255 average or numbers try with varying ranges of varying sizesc. [ ] [ ] count(range) a1:Z255 count of non-empty entries in the range. try with ranges of varying sizes. try with files that have 0,1, and many entries, with sparse and dense files. and dense files. d. [ ] [ ] exp(x) absolute values of x less than approx. 230. All results should be positive numbers. Check that exp(ln(x))=x, allowing for roundoff errors. e. [ ] [ ] int(x) Should return largest integer with absolute value not larger than x.f. [ ] [ ] ln(x) x must be non-negative. check that negative values produce error messages.g. [ ] [ ] log(x) test the same as ln(x). Check that 10 ^ log(x) = x, allowing for roundoff errors.h. [ ] [ ] lookup(x,range) test with varying sizes of lookup tables, be certain that proper values are returned. Check in varying size files, both dense and sparse.i. [ ] [ ] max(range) Check over varying sizes of files.j. [ ] [ ] min(range) Check over vayring sizes of files.k. [ ] [ ] npv(x,range)l. [ ] [ ] sqrt(x) x should be positive. negative entries should produce an error message. Test with zero also. with zero also. m. [ ] [ ] sum(range) sum varying range sizes in sparse and dense files. Try both large and small files. Find maximum file size that sum will accept. Comments:------------------------------------------------------------------------------6. LOGICAL FUNCTIONSUse file "FCTNTST.PC" to test these.a. [ ] [ ] and(x,y) test withh varying zero and non-zero entries.b. [ ] [ ] or(x,y) test same as "and"c. [ ] [ ] if(x,y,z) test with different arguements and actions.d. [ ] [ ] not(x)Comments:------------------------------------------------------------------------------7. TRIGONOMETRIC FUNCTIONS x must be in radians. these functionsare cyclic, with 0<= x <= 2pi (pi=3.1415927)a. [ ] [ ] atan(x) b. [ ] [ ] cos(x) c. [ ] [ ] sin(x) expected values x | sin(x) | cos(x) | atan(x)------------------------------------------------------------------------------ ---------------------------- 0 | 0 | 1 | 0pi/4 | .71 | .71 | .67pi/2 | 1 | 0 | 13pi/4 | .71 | -.71 | 1.17pi | 0 | -1 | 1.265pi/4 | -.71 | -.71 | 1.323pi/2 | -1 | 0 | 1.367pi/4 | -.71 | .71 | 1.392pi | 0 | 1 | 1.41Comments:------------------------------------------------------------------------------8. LOCKING FORMULASa. [ ] [ ] X-C-L Lock current formula test, checking to see that formula actually does lock. attempt to edit formula after lockingb. [ ] [ ] X-C-U Unlock current formula test same as lock formulac. [ ] [ ] X-l lock formulas in regiond. [ ] [ ] X-u unlock formulas in regione. [ ] [ ] X-S search formulaComments:------------------------------------------------------------------------------9. EDITING ENTRIES ----------------- 9. EDITING ENTRIES a. [ ] [ ] X-E edit entryb. [ ] [ ] C-A move cursor to beginning of prompt linec. [ ] [ ] C-E move cursor to end of prompt lined. [ ] [ ] C-F move forward one charactere. [ ] [ ] C-B move backwards one characterf. [ ] [ ] C-D delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] C-O open line check that errors produced ifall lines are full, or at line 255.f. [ ] [ ] M-o open column check that errors are producedif all columns are full, or at column Z.Comments:------------------------------------------------------------------------------12. COPYING AND MOVINGa. [ ] [ ] C-W copy entryb. [ ] [ ] M-W copy regionc. [ ] [ ] C-Y yank entry,line,column, or region from save buffer at or beginning at the cursor position.d. [ ] [ ] M-Y copy entry,line, or column(but not a region) from save buffer used in replicating formulasComments:------------------------------------------------------------------------------13. RELATIVE & ABSOLUTE VARIABLES When yanking from the Save Buffer, you are asked whether eachvariable in a formula is relatiave to its position. Test thepossible responses: a. [ ] [ ] y Yes, the relative variable should be adjusted variable should be adjusted for position. b. [ ] [ ] any other key No, the variable is absolute and should be copied with no change.c. [ ] [ ] Start the questions over with the first variableComments:------------------------------------------------------------------------------14. SPREADSHEET DESIGNa. [ ] [ ] X-w Change column width Test with both one and twob. [ ] [ ] g global windows. See that changes c. [ ] [ ] c column in one window are echoed in the other window. Also, check that global change doesn't change columns that have been altered with the column width change command.d. [ ] [ ] X-j justify entrye. [ ] [ ] l leftf. [ ] [ ] c centerg. [ ] [ ] r righth. [ ] [ ] X-d Change display formati. [ ] [ ] 0-13 displays this number of decimal placesj. [ ] [ ] s displays in scientific notation in scientific notation k. [ ] [ ] * displays in graphic notationl. [ ] [ ] f displays formulas at their entry positionsm. [ ] [ ] $ displays dollars and cents, with commasn. [ ] [ ] X-t Fix titlesComments:----------------------------------------------------------------------------15. RECALCULATION MODESa. [ ] [ ] X-m Change recalculation modeb. [ ] [ ] l recalculate by lines(default)c. [ ] [ ] c recalculate by columnsd. [ ] [ ] a recalculate automatically whenever numeric value or formula changed.e. [ ] [ ] m recalculate manuallyf. [ ] [ ] ! recalculate requestg. [ ] [ ] r update only current defined regionComments:-----------------------------------------------------------------------------16. MULTIPLE BUFFERS AND FILESa. [ ] [ ] X-a associate buffers and filesb. [ ] [ ] X-C-B buffer directoryc. [ ] [ ] X-b switch buffer test to see that ch buffer test to see that default is previous bufferd. [ ] [ ] X-k delete buffere. [ ] [ ] X-C-K clear memoryComments:----------------------------------------------------------------------------17. READING AND WRITING FILESa. [ ] [ ] X-C-S Save fileb. [ ] [ ] X-C-W Write filec. [ ] [ ] X-C-P print entire spreadsheetd. [ ] [ ] X-p print regione. [ ] [ ] X-C-F find file find files that are largeenough to fill up memory. see if buffer commaands work, as wellas other commands.f. [ ] [ ] X-C-R read fileComments:----------------------------------------------------------------------------18. MULTIPLE WINDOWSa. [ ] [ ] X-2 create two windows Test all commands in the two window mode.b. [ ] [ ] X-1 create one windowc. [ ] [ ] X-o other windowComments:----------------------------------------------------------------------------19. SPECIAL KEYS & EXITING -------- 19. SPECIAL KEYS & EXITING a. [ ] [ ] X-C-C quit See that both yes and no answersare correctly interpreted.b. [ ] [ ] ? helpc. [ ] [ ] C-U repeatd. [ ] [ ] C-G cancele. [ ] [ ] X-= statusComments:@end(verbatim)end(verbatim). [ ] [ ] X-C-S Save file bD delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] @style(leftmargin 5 chars)@begin(verbatim) Procedure for testing Perfect Calc Name:__________________ Date:__________________ Version:__________________ Computer:__________________ functions correctly? ------------ no yes1. MOVING THE CURSOR -test these commands at various points in the spreadsheet, including extremes.a. [ ] [ ] C-F move forward a column b. [ ] [ ] C-B move back a column c. [ ] [ ] C-N next line d. [ ] [ ] C-P previous linee. [ ] [ ] C-A beginning of linef. [ ] [ ] C-E end of lineg. [ ] [ ] M-< top of columnh. [ ] [ ] M-> bottom of columni. [ ] [ ] > GOTOj. [ ] [ ] C-S Search to next unlocked formula or numberComments:(indicate by letter)------------------------------------------------------------------------------ ----------------------------- 2. MOVING THE SCREEN Test in both one and two window modes.a. [ ] [ ] C-Z page upb. [ ] [ ] C-V page downc. [ ] [ ] M-V page rightd. [ ] [ ] M-Z page leftComments:------------------------------------------------------------------------------3. MULTIPLE FILE DISPLAYa. [ ] [ ] X-2 create two windows test both vertical and horizontal windows at all extremes of the file.b. [ ] [ ] X-O switch to other window test that it functions correctly from both windowsc. [ ] [ ] X-1 create one window test from both windows, in vertical and horizontal mode. Check at extreme edges of windows.Comments:------------------------------------------------------------------------------4. MOVE OTHER WINDOWa. [ ] [ ] X-C-V page down other windowb. [ ] [ ] X-C-Z page up other windowc. [ ] [ ] X-V page right other window page right other window d. [ ] [ ] X-Z page left other windowe. [ ] [ ] M-C-L redraw screenf. [ ] [ ] C-S search next unlocked entry test with no unlocked entries and varying numbers of unlocked entriesComments:------------------------------------------------------------------------------5. FORMULA BUILT IN FUNCTIONS create a file that tests these formulas over the ranges specified.------------------------------------------------------------------------------a. [ ] [ ] abs(x) all legal numbers absolute value of entered numberb. [ ] [ ] avg(range) a1:Z255 average or numbers try with varying ranges of varying sizesc. [ ] [ ] count(range) a1:Z255 count of non-empty entries in the range. try with ranges of varying sizes. try with files that have 0,1, and many entries, with sparse and dense files. and dense files. d. [ ] [ ] exp(x) absolute values of x less than approx. 230. All results should be positive numbers. Check that exp(ln(x))=x, allowing for roundoff errors. e. [ ] [ ] int(x) Should return largest integer with absolute value not larger than x.f. [ ] [ ] ln(x) x must be non-negative. check that negative values produce error messages.g. [ ] [ ] log(x) test the same as ln(x). Check that 10 ^ log(x) = x, allowing for roundoff errors.h. [ ] [ ] lookup(x,range) test with varying sizes of lookup tables, be certain that proper values are returned. Check in varying size files, both dense and sparse.i. [ ] [ ] max(range) Check over varying sizes of files.j. [ ] [ ] min(range) Check over vayring sizes of files.k. [ ] [ ] npv(x,range)l. [ ] [ ] sqrt(x) x should be positive. negative entries should produce an error message. Test with zero also. with zero also. m. [ ] [ ] sum(range) sum varying range sizes in sparse and dense files. Try both large and small files. Find maximum file size that sum will accept. Comments:------------------------------------------------------------------------------6. LOGICAL FUNCTIONSUse file "FCTNTST.PC" to test these.a. [ ] [ ] and(x,y) test withh varying zero and non-zero entries.b. [ ] [ ] or(x,y) test same as "and"c. [ ] [ ] if(x,y,z) test with different arguements and actions.d. [ ] [ ] not(x)Comments:------------------------------------------------------------------------------7. TRIGONOMETRIC FUNCTIONS x must be in radians. these functionsare cyclic, with 0<= x <= 2pi (pi=3.1415927)a. [ ] [ ] atan(x) b. [ ] [ ] cos(x) c. [ ] [ ] sin(x) expected values x | sin(x) | cos(x) | atan(x)------------------------------------------------------------------------------ ---------------------------- 0 | 0 | 1 | 0pi/4 | .71 | .71 | .67pi/2 | 1 | 0 | 13pi/4 | .71 | -.71 | 1.17pi | 0 | -1 | 1.265pi/4 | -.71 | -.71 | 1.323pi/2 | -1 | 0 | 1.367pi/4 | -.71 | .71 | 1.392pi | 0 | 1 | 1.41Comments:------------------------------------------------------------------------------8. LOCKING FORMULASa. [ ] [ ] X-C-L Lock current formula test, checking to see that formula actually does lock. attempt to edit formula after lockingb. [ ] [ ] X-C-U Unlock current formula test same as lock formulac. [ ] [ ] X-l lock formulas in regiond. [ ] [ ] X-u unlock formulas in regione. [ ] [ ] X-S search formulaComments:------------------------------------------------------------------------------9. EDITING ENTRIES ----------------- 9. EDITING ENTRIES a. [ ] [ ] X-E edit entryb. [ ] [ ] C-A move cursor to beginning of prompt linec. [ ] [ ] C-E move cursor to end of prompt lined. [ ] [ ] C-F move forward one charactere. [ ] [ ] C-B move backwards one characterf. [ ] [ ] C-D delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] C-O open line check that errors produced ifall lines are full, or at line 255.f. [ ] [ ] M-o open column check that errors are producedif all columns are full, or at column Z.Comments:------------------------------------------------------------------------------12. COPYING AND MOVINGa. [ ] [ ] C-W copy entryb. [ ] [ ] M-W copy regionc. [ ] [ ] C-Y yank entry,line,column, or region from save buffer at or beginning at the cursor position.d. [ ] [ ] M-Y copy entry,line, or column(but not a region) from save buffer used in replicating formulasComments:------------------------------------------------------------------------------13. RELATIVE & ABSOLUTE VARIABLES When yanking from the Save Buffer, you are asked whether eachvariable in a formula is relatiave to its position. Test thepossible responses: a. [ ] [ ] y Yes, the relative variable should be adjusted variable should be adjusted for position. b. [ ] [ ] any other key No, the variable is absolute and should be copied with no change.c. [ ] [ ] Start the questions over with the first variableComments:------------------------------------------------------------------------------14. SPREADSHEET DESIGNa. [ ] [ ] X-w Change column width Test with both one and twob. [ ] [ ] g global windows. See that changes c. [ ] [ ] c column in one window are echoed in the other window. Also, check that global change doesn't change columns that have been altered with the column width change command.d. [ ] [ ] X-j justify entrye. [ ] [ ] l leftf. [ ] [ ] c centerg. [ ] [ ] r righth. [ ] [ ] X-d Change display formati. [ ] [ ] 0-13 displays this number of decimal placesj. [ ] [ ] s displays in scientific notation in scientific notation k. [ ] [ ] * displays in graphic notationl. [ ] [ ] f displays formulas at their entry positionsm. [ ] [ ] $ displays dollars and cents, with commasn. [ ] [ ] X-t Fix titlesComments:----------------------------------------------------------------------------15. RECALCULATION MODESa. [ ] [ ] X-m Change recalculation modeb. [ ] [ ] l recalculate by lines(default)c. [ ] [ ] c recalculate by columnsd. [ ] [ ] a recalculate automatically whenever numeric value or formula changed.e. [ ] [ ] m recalculate manuallyf. [ ] [ ] ! recalculate requestg. [ ] [ ] r update only current defined regionComments:-----------------------------------------------------------------------------16. MULTIPLE BUFFERS AND FILESa. [ ] [ ] X-a associate buffers and filesb. [ ] [ ] X-C-B buffer directoryc. [ ] [ ] X-b switch buffer test to see that ch buffer test to see that default is previous bufferd. [ ] [ ] X-k delete buffere. [ ] [ ] X-C-K clear memoryComments:----------------------------------------------------------------------------17. READING AND WRITING FILESa. [ ] [ ] X-C-S Save fileb. [ ] [ ] X-C-W Write filec. [ ] [ ] X-C-P print entire spreadsheetd. [ ] [ ] X-p print regione. [ ] [ ] X-C-F find file find files that are largeenough to fill up memory. see if buffer commaands work, as wellas other commands.f. [ ] [ ] X-C-R read fileComments:----------------------------------------------------------------------------18. MULTIPLE WINDOWSa. [ ] [ ] X-2 create two windows Test all commands in the two window mode.b. [ ] [ ] X-1 create one windowc. [ ] [ ] X-o other windowComments:----------------------------------------------------------------------------19. SPECIAL KEYS & EXITING -------- 19. SPECIAL KEYS & EXITING a. [ ] [ ] X-C-C quit See that both yes and no answersare correctly interpreted.b. [ ] [ ] ? helpc. [ ] [ ] C-U repeatd. [ ] [ ] C-G cancele. [ ] [ ] X-= statusComments:@end(verbatim)end(verbatim). [ ] [ ] X-C-S Save file bD delete current characterg. [ ] [ ] delete previous characterh. [ ] [ ] C-G go back to spreadsheet with original entryi. [ ] [ ] enter modifications and return to spreadsheetComments:------------------------------------------------------------------------------10. DEFINING REGIONSa. [ ] [ ] M- set mark at current positionb. [ ] [ ] X-C-X exchange cursor and markComments:------------------------------------------------------------------------------11. DELETING AND INSERTINGa. [ ] [ ] C-D delete entryb. [ ] [ ] C-K delete line (alternate command C-C)c. [ ] [ ] M-K delete column (or M-C)d. [ ] [ ] M-D delete region [ ] M-D delete region e. [ ] [ ] @style(leftmargin 5 chars)@begin(verbatim) Procedure for testing Perfect Calc Name:__________________ Date:__________________ Version:__________________ Computer:__________________ functions correctly? ------------ no yes1. MOVING THE CURSOR -test these commands at various points in the spreadsheet, including extremes.a. [ ] [ ] C-F move forward a column b. [ ] [ ] C-B move back a column c. [ ] [ ] C-N next line d. [ ] [ ] C-P previous linee. [ ] [ ] C-A beginning of linef. [ ] [ ] C-E end of lineg. [ ] [ ] M-< top of columnh. [ ] [ ] M-> bottom of columni. [ ] [ ] > GOTOj. [ ] [ ] C-S Search to next unlocked formula or numberComments:(indicate by letter)------------------------------------------------------------------------------ ----------------------------- 2. MOVING THE SCREEN Test in both one and two window modes.a. [ ] [ ] C-Z page upb. [ ] [ ] C-V page downc. [ ] [ ] M-V page rightd. [ ] [ ] M-Z page leftComments:------------------------------------------------------------------------------3. MULTIPLE FILE DISPLAYa. [ ] [ ] X-2 create two windows test both vertical and horizontal windows at all extremes of the file.b. [ ] [ ] X-O switch to other window test that it functions correctly from both windowsc. [ ] [ ] X-1 create one window test from both windows, in vertical and horizontal mode. Check at extreme edges of windows.Comments:------------------------------------------------------------------------------4. MOVE OTHER WINDOWa. [ ] [ ] X-C-V page down other windowb. [ ] [ ] X-C-Z page up other windowc. [ ] [ ] X-V page right other window page right other window d. [ ] O =l!1.20l!$r!^_q A,@Dl!YQl!Rm͇l!UmͬlEK!9DM>2͐}2͐}2͐}2͐ }2!9DM͐ͦw}2͐!w!9DM͐ͦw}2͐!đw!9DM͐ͦw}2͐!w*Y*ѯgn!"Y!ynvr*[*W6n*]*Y6n!ps!s!ps!s!ps*&9t*W"[*Y"]rOff Screen!9DM!P!&qu!ps`iw#w͐*ѯgn͐c*s`i^#Vr+sçn!"]"[:p!9!psrm!psrr!&ͻu|͝!9DM!&ͻu|7or$o!&u`is#r͐*&^o*&o͐*&wo*&o͐*&o*&o͐*&©o*&o͐o͐hn&or͐o!9!9DM*}o! n&!ͷ5p*&*ѯg|g}o*&"po! n&*&Cr!9DM!"Y"W*}ʞp!ps*&9t`iw#w͐*ѯgҒp͐c6`i^#Vr+skp!"]"[ápͺtr!9!9D+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ ! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ ! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ ! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ ! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ ! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_!(! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_!(! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_!(! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_!(! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_!(! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_"P! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_"P! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_"P! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_"P! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{"P! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{#x! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{#x! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{#x! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{#x! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{#x! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{$! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{$! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{$! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{$! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{$! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{%! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{%! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{%! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{%! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{%! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_&! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_&! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_&! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_&! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_&! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_'! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_'! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_'! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_'! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_'! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_(@! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_(@! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_(@! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_(@! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_(@! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_)h! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{)h! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{)h! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{)h! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{)h! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{*! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{*! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{*! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{*! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{*! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{+! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{+! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{+! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{+! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{+! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{,! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{,! ^#V w#P:BO|^#V#"#+ `"C{2!"E9"1A22!ty)K!G_^#V*C~E ,&-AGMS!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :E B 2>: b# : y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: !  Hù H H $O͐: 2 *CN# x: 2 p&x~+é72 H! >w_: ! 5ͤNkͱ¦ͱxʊ#Nx: ! 2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_,! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_4C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_xC! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{C! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_DD! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{D! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_TE! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{E! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ dF! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#ۇ+ `ܙܥܫܱ"C{2!"E9"1A߯22!ty)K!G_^#V*Cސ~E ,&-AGMSߛ!!ô!ô!Bdos Err On : $Bad Sector$Select$File R/O$:BA2!~6 O͐  :߷E B 2>: ߷b# : ߷y! 4 5~yy5 6yҐ^H@Oy H H: –ͬ  #H: ! ߾ Hù H H $O͐: 2 *CN# x: 2 p&x~+é7ݯ2 H! >w_: ! ߾5ͤNkͱ¦ͱxʊ#Nx: ߷! ߖ2 ͤ! 5™#wO~x½p Hy<< ʑ :!qMD#2E>_{ F! ^#V w#P:BO|^#V#"#5m512z10p2s40t1d2i1l0h