Home » Archimedes archive » Acorn Computing » 1993 06 Mega Disk.adf » 93_06 » Miscellany/Identify/!Identify/!Help
Miscellany/Identify/!Identify/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn Computing » 1993 06 Mega Disk.adf » 93_06 |
Filename: | Miscellany/Identify/!Identify/!Help |
Read OK: | ✔ |
File size: | 145D bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Identify Version 1.02| ______________________| ^^^^^^^^^^^^^^^^^^^^^^ Help File written 30 Oct 1992 The !Identify directory contains the following files: *!Boot Initialise file *!Run Run file *!RunImage Main program *!Sprites Sprite file *Menu2 Extra Wimp utilities library Interface Interface module DisplayMod Display module InterfaceD Directory containing help on the interface module *Templates File holding the window definitions *TypeFile A User-editable file containing filetypes. ALL of the above files are �. � Notice: None of the files contained in the !Identify directory may be edited or altered in any way, with exception to the TypeFile file.(See later.) Phew - that's the boring formalities out of the way. Presenting !Identify... WHAT IT DOES... The idea of this program is to provide a whole range of features regarding the filetypes of files. These include setting the filetype in many ways, and guessing the filetype of a file which has not got a filetype. STARTING UP... To load the program, double click on it's icon in the filer window. It's icon will then appear on the icon bar in the usual Risc Os fashion. Clicking SELECT on this icon will open the main window, whilest clicking MENU will cause the program to present you with it's main menu. UNDERSTANDING THE PROGRAM... There are three main expressions which you must understand before you can successfully use !Identify to its full potential. These are the Currently Selected Filetype, the Input File, and the AutoSet state. In the main window, there is a long icon which has the words Input File to the left of it. This is where the Input File is displayed. To make any file the Input File, drag it to the iconbar icon, or the main window (except for the filetype picture). The file name will appear, and it's file type will become the Currently Selected Filetype. This will be reflected in the main window as a picture of the file, and its filetype number and description will appear under the Input File icon. The two radio icons below this toggle the AutoSet state. Click on AutoSet to turn it on, or ConfirmSet to turn it off. Leave it off for the time being. CHANGING A FILETYPE... To change the type of a file, first make it become the Input file (drag it to !Identify). Then, click MENU to get a menu, and bring up the Types sub-menu. Selecting from this menu will change the Currently Selected Filetype. When you are happy with your choice, click on the SET icon, and it's filetype will be set to the Currently Selected Filetype (CSF). If AutoSet is on, the file's type will be set immidiately, without the need to click on Set. Another way to set the filetype of a file, or indeed a whole selection of files, is this. First, using the menu, make the CSF the filetype which you wish the file(s) in question to be set to. Next, drag the file/selection of files to the PICTURE OF THE FILETYPE in the bottom left of the main window. The file(s) will be set immidiately, and the CSF will remain unaltered. IDENTIFYING AN UNTYPED FILE There are many sources which may provide files which are untyped (downloaded via a modem, transferred from non-archimedes filing systems etc). For !Identify to guess the filetype, it must first be set to 'DATA' (&FFD). In most cases, this will already have been done. If it hasn't, use !Identify to do it!Then, drag the data file to the !Identify window (NOT the CSF picture!). The guessed file type will become the CSF, or if it is unrecognised, the CSF will remain as 'Data'. If you are happy with !Identify's choice, click Set to set the filetype. If AutoSet is on, the files guessed type will be set immidiately. Here are the main filetypes which !Identify can recognise: BASIC SPRITE TEMPLATE FONT DRAW MAESTRO OBEY TRACKER MAIN POINTS:... * AutoSet Eliminates the need to click on Set. * Clicking on SET always sets the Input file to the CSF * Dragging a file to the file 'picture' sets the file to that type * Selecting a filetype from the menu sets the CSF * Clicking on the arrow icon to the right of the 'picture' gets to the type menu automatically. * Files to be identified must have a filetype of Data (&FFD) Program and HelpFile ��D Bradshaw 1992 -------------------------------------------------- EDITING THE TypeFile FILE The file 'TypeFile' inside the application directory provides the filetype description and numbers which appear on the menu of the program. It may be edited inside any text editor, and is in the following format: TYPEFILE Description,XXX Description,XXX ... Description,XXX END, The word TYPEFILE at the beginning is used internally to check the file is the right one. The descriptions and numbers (in hex) then follow this, and the word END, followed by the byte &D (a return) signifies the end of the file. The format should be clear from the entries which are already contained in the file.
00000000 21 49 64 65 6e 74 69 66 79 20 56 65 72 73 69 6f |!Identify Versio| 00000010 6e 20 31 2e 30 32 7c 0a 5f 5f 5f 5f 5f 5f 5f 5f |n 1.02|.________| 00000020 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 7c 0a |______________|.| 00000030 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e 5e |^^^^^^^^^^^^^^^^| 00000040 5e 5e 5e 5e 5e 5e 0a 0a 48 65 6c 70 20 46 69 6c |^^^^^^..Help Fil| 00000050 65 20 77 72 69 74 74 65 6e 20 33 30 20 4f 63 74 |e written 30 Oct| 00000060 20 31 39 39 32 0a 0a 54 68 65 20 21 49 64 65 6e | 1992..The !Iden| 00000070 74 69 66 79 20 64 69 72 65 63 74 6f 72 79 20 63 |tify directory c| 00000080 6f 6e 74 61 69 6e 73 20 74 68 65 20 66 6f 6c 6c |ontains the foll| 00000090 6f 77 69 6e 67 20 66 69 6c 65 73 3a 0a 20 2a 21 |owing files:. *!| 000000a0 42 6f 6f 74 20 20 20 20 20 20 20 20 20 20 20 20 |Boot | 000000b0 20 20 20 20 20 49 6e 69 74 69 61 6c 69 73 65 20 | Initialise | 000000c0 66 69 6c 65 0a 20 2a 21 52 75 6e 20 20 20 20 20 |file. *!Run | 000000d0 20 20 20 20 20 20 20 20 20 20 20 20 20 52 75 6e | Run| 000000e0 20 66 69 6c 65 0a 20 2a 21 52 75 6e 49 6d 61 67 | file. *!RunImag| 000000f0 65 20 20 20 20 20 20 20 20 20 20 20 20 20 4d 61 |e Ma| 00000100 69 6e 20 70 72 6f 67 72 61 6d 0a 20 2a 21 53 70 |in program. *!Sp| 00000110 72 69 74 65 73 20 20 20 20 20 20 20 20 20 20 20 |rites | 00000120 20 20 20 53 70 72 69 74 65 20 66 69 6c 65 0a 20 | Sprite file. | 00000130 2a 4d 65 6e 75 32 20 20 20 20 20 20 20 20 20 20 |*Menu2 | 00000140 20 20 20 20 20 20 20 45 78 74 72 61 20 57 69 6d | Extra Wim| 00000150 70 20 75 74 69 6c 69 74 69 65 73 20 6c 69 62 72 |p utilities libr| 00000160 61 72 79 0a 20 20 49 6e 74 65 72 66 61 63 65 20 |ary. Interface | 00000170 20 20 20 20 20 20 20 20 20 20 20 20 49 6e 74 65 | Inte| 00000180 72 66 61 63 65 20 6d 6f 64 75 6c 65 0a 20 20 44 |rface module. D| 00000190 69 73 70 6c 61 79 4d 6f 64 20 20 20 20 20 20 20 |isplayMod | 000001a0 20 20 20 20 20 44 69 73 70 6c 61 79 20 6d 6f 64 | Display mod| 000001b0 75 6c 65 0a 20 20 49 6e 74 65 72 66 61 63 65 44 |ule. InterfaceD| 000001c0 20 20 20 20 20 20 20 20 20 20 20 20 44 69 72 65 | Dire| 000001d0 63 74 6f 72 79 20 63 6f 6e 74 61 69 6e 69 6e 67 |ctory containing| 000001e0 20 68 65 6c 70 20 6f 6e 20 74 68 65 20 69 6e 74 | help on the int| 000001f0 65 72 66 61 63 65 20 6d 6f 64 75 6c 65 0a 20 2a |erface module. *| 00000200 54 65 6d 70 6c 61 74 65 73 20 20 20 20 20 20 20 |Templates | 00000210 20 20 20 20 20 20 46 69 6c 65 20 68 6f 6c 64 69 | File holdi| 00000220 6e 67 20 74 68 65 20 77 69 6e 64 6f 77 20 64 65 |ng the window de| 00000230 66 69 6e 69 74 69 6f 6e 73 0a 20 2a 54 79 70 65 |finitions. *Type| 00000240 46 69 6c 65 20 20 20 20 20 20 20 20 20 20 20 20 |File | 00000250 20 20 41 20 55 73 65 72 2d 65 64 69 74 61 62 6c | A User-editabl| 00000260 65 20 66 69 6c 65 20 63 6f 6e 74 61 69 6e 69 6e |e file containin| 00000270 67 20 66 69 6c 65 74 79 70 65 73 2e 0a 20 20 0a |g filetypes.. .| 00000280 41 4c 4c 20 6f 66 20 74 68 65 20 61 62 6f 76 65 |ALL of the above| 00000290 20 66 69 6c 65 73 20 61 72 65 20 a9 2e 0a 0a 0a | files are .....| 000002a0 a9 20 4e 6f 74 69 63 65 3a 0a 20 20 4e 6f 6e 65 |. Notice:. None| 000002b0 20 6f 66 20 74 68 65 20 66 69 6c 65 73 20 63 6f | of the files co| 000002c0 6e 74 61 69 6e 65 64 20 69 6e 20 74 68 65 20 21 |ntained in the !| 000002d0 49 64 65 6e 74 69 66 79 20 64 69 72 65 63 74 6f |Identify directo| 000002e0 72 79 20 6d 61 79 20 62 65 20 65 64 69 74 65 64 |ry may be edited| 000002f0 20 6f 72 20 61 6c 74 65 72 65 64 20 69 6e 20 61 | or altered in a| 00000300 6e 79 20 77 61 79 2c 20 77 69 74 68 20 65 78 63 |ny way, with exc| 00000310 65 70 74 69 6f 6e 20 74 6f 20 74 68 65 20 54 79 |eption to the Ty| 00000320 70 65 46 69 6c 65 20 66 69 6c 65 2e 28 53 65 65 |peFile file.(See| 00000330 20 6c 61 74 65 72 2e 29 0a 20 20 0a 20 20 50 68 | later.). . Ph| 00000340 65 77 20 2d 20 74 68 61 74 27 73 20 74 68 65 20 |ew - that's the | 00000350 62 6f 72 69 6e 67 20 66 6f 72 6d 61 6c 69 74 69 |boring formaliti| 00000360 65 73 20 6f 75 74 20 6f 66 20 74 68 65 20 77 61 |es out of the wa| 00000370 79 2e 20 50 72 65 73 65 6e 74 69 6e 67 20 21 49 |y. Presenting !I| 00000380 64 65 6e 74 69 66 79 2e 2e 2e 0a 20 20 0a 20 20 |dentify.... . | 00000390 20 0a 57 48 41 54 20 49 54 20 44 4f 45 53 2e 2e | .WHAT IT DOES..| 000003a0 2e 0a 20 20 20 54 68 65 20 69 64 65 61 20 6f 66 |.. The idea of| 000003b0 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 69 73 | this program is| 000003c0 20 74 6f 20 70 72 6f 76 69 64 65 20 61 20 77 68 | to provide a wh| 000003d0 6f 6c 65 20 72 61 6e 67 65 20 6f 66 20 66 65 61 |ole range of fea| 000003e0 74 75 72 65 73 20 72 65 67 61 72 64 69 6e 67 20 |tures regarding | 000003f0 74 68 65 20 66 69 6c 65 74 79 70 65 73 20 6f 66 |the filetypes of| 00000400 20 66 69 6c 65 73 2e 20 54 68 65 73 65 20 69 6e | files. These in| 00000410 63 6c 75 64 65 20 73 65 74 74 69 6e 67 20 74 68 |clude setting th| 00000420 65 20 66 69 6c 65 74 79 70 65 20 69 6e 20 6d 61 |e filetype in ma| 00000430 6e 79 20 77 61 79 73 2c 20 61 6e 64 20 67 75 65 |ny ways, and gue| 00000440 73 73 69 6e 67 20 74 68 65 20 66 69 6c 65 74 79 |ssing the filety| 00000450 70 65 20 6f 66 20 61 20 66 69 6c 65 20 77 68 69 |pe of a file whi| 00000460 63 68 20 68 61 73 20 6e 6f 74 20 67 6f 74 20 61 |ch has not got a| 00000470 20 66 69 6c 65 74 79 70 65 2e 0a 20 20 20 0a 53 | filetype.. .S| 00000480 54 41 52 54 49 4e 47 20 55 50 2e 2e 2e 0a 20 20 |TARTING UP.... | 00000490 20 54 6f 20 6c 6f 61 64 20 74 68 65 20 70 72 6f | To load the pro| 000004a0 67 72 61 6d 2c 20 64 6f 75 62 6c 65 20 63 6c 69 |gram, double cli| 000004b0 63 6b 20 6f 6e 20 69 74 27 73 20 69 63 6f 6e 20 |ck on it's icon | 000004c0 69 6e 20 74 68 65 20 66 69 6c 65 72 20 77 69 6e |in the filer win| 000004d0 64 6f 77 2e 20 49 74 27 73 20 69 63 6f 6e 20 77 |dow. It's icon w| 000004e0 69 6c 6c 20 74 68 65 6e 20 61 70 70 65 61 72 20 |ill then appear | 000004f0 6f 6e 20 74 68 65 20 69 63 6f 6e 20 62 61 72 20 |on the icon bar | 00000500 69 6e 20 74 68 65 20 75 73 75 61 6c 20 52 69 73 |in the usual Ris| 00000510 63 20 4f 73 20 66 61 73 68 69 6f 6e 2e 20 43 6c |c Os fashion. Cl| 00000520 69 63 6b 69 6e 67 20 53 45 4c 45 43 54 20 6f 6e |icking SELECT on| 00000530 20 74 68 69 73 20 69 63 6f 6e 20 77 69 6c 6c 20 | this icon will | 00000540 6f 70 65 6e 20 74 68 65 20 6d 61 69 6e 20 77 69 |open the main wi| 00000550 6e 64 6f 77 2c 20 77 68 69 6c 65 73 74 20 63 6c |ndow, whilest cl| 00000560 69 63 6b 69 6e 67 20 4d 45 4e 55 20 77 69 6c 6c |icking MENU will| 00000570 20 63 61 75 73 65 20 74 68 65 20 70 72 6f 67 72 | cause the progr| 00000580 61 6d 20 74 6f 20 70 72 65 73 65 6e 74 20 79 6f |am to present yo| 00000590 75 20 77 69 74 68 20 69 74 27 73 20 6d 61 69 6e |u with it's main| 000005a0 20 6d 65 6e 75 2e 0a 20 20 20 0a 55 4e 44 45 52 | menu.. .UNDER| 000005b0 53 54 41 4e 44 49 4e 47 20 54 48 45 20 50 52 4f |STANDING THE PRO| 000005c0 47 52 41 4d 2e 2e 2e 0a 20 20 20 54 68 65 72 65 |GRAM.... There| 000005d0 20 61 72 65 20 74 68 72 65 65 20 6d 61 69 6e 20 | are three main | 000005e0 65 78 70 72 65 73 73 69 6f 6e 73 20 77 68 69 63 |expressions whic| 000005f0 68 20 79 6f 75 20 6d 75 73 74 20 75 6e 64 65 72 |h you must under| 00000600 73 74 61 6e 64 20 62 65 66 6f 72 65 20 79 6f 75 |stand before you| 00000610 20 63 61 6e 20 0a 73 75 63 63 65 73 73 66 75 6c | can .successful| 00000620 6c 79 20 75 73 65 20 21 49 64 65 6e 74 69 66 79 |ly use !Identify| 00000630 20 74 6f 20 69 74 73 20 66 75 6c 6c 20 70 6f 74 | to its full pot| 00000640 65 6e 74 69 61 6c 2e 20 54 68 65 73 65 20 61 72 |ential. These ar| 00000650 65 20 74 68 65 20 43 75 72 72 65 6e 74 6c 79 20 |e the Currently | 00000660 53 65 6c 65 63 74 65 64 20 46 69 6c 65 74 79 70 |Selected Filetyp| 00000670 65 2c 20 74 68 65 20 49 6e 70 75 74 20 46 69 6c |e, the Input Fil| 00000680 65 2c 20 61 6e 64 20 74 68 65 20 41 75 74 6f 53 |e, and the AutoS| 00000690 65 74 20 73 74 61 74 65 2e 0a 20 20 20 49 6e 20 |et state.. In | 000006a0 74 68 65 20 6d 61 69 6e 20 77 69 6e 64 6f 77 2c |the main window,| 000006b0 20 74 68 65 72 65 20 69 73 20 61 20 6c 6f 6e 67 | there is a long| 000006c0 20 69 63 6f 6e 20 77 68 69 63 68 20 68 61 73 20 | icon which has | 000006d0 74 68 65 20 77 6f 72 64 73 20 49 6e 70 75 74 20 |the words Input | 000006e0 46 69 6c 65 20 74 6f 20 74 68 65 20 6c 65 66 74 |File to the left| 000006f0 20 6f 66 20 69 74 2e 20 54 68 69 73 20 69 73 20 | of it. This is | 00000700 77 68 65 72 65 20 74 68 65 20 49 6e 70 75 74 20 |where the Input | 00000710 46 69 6c 65 20 69 73 20 64 69 73 70 6c 61 79 65 |File is displaye| 00000720 64 2e 20 54 6f 20 6d 61 6b 65 20 61 6e 79 20 66 |d. To make any f| 00000730 69 6c 65 20 74 68 65 20 49 6e 70 75 74 20 46 69 |ile the Input Fi| 00000740 6c 65 2c 20 64 72 61 67 20 69 74 20 74 6f 20 74 |le, drag it to t| 00000750 68 65 20 69 63 6f 6e 62 61 72 20 69 63 6f 6e 2c |he iconbar icon,| 00000760 20 6f 72 20 74 68 65 20 6d 61 69 6e 20 77 69 6e | or the main win| 00000770 64 6f 77 20 28 65 78 63 65 70 74 20 66 6f 72 20 |dow (except for | 00000780 74 68 65 20 66 69 6c 65 74 79 70 65 20 70 69 63 |the filetype pic| 00000790 74 75 72 65 29 2e 20 54 68 65 20 66 69 6c 65 20 |ture). The file | 000007a0 6e 61 6d 65 20 77 69 6c 6c 20 61 70 70 65 61 72 |name will appear| 000007b0 2c 20 61 6e 64 20 69 74 27 73 20 66 69 6c 65 20 |, and it's file | 000007c0 74 79 70 65 20 77 69 6c 6c 20 62 65 63 6f 6d 65 |type will become| 000007d0 20 74 68 65 20 43 75 72 72 65 6e 74 6c 79 20 53 | the Currently S| 000007e0 65 6c 65 63 74 65 64 20 46 69 6c 65 74 79 70 65 |elected Filetype| 000007f0 2e 20 54 68 69 73 20 77 69 6c 6c 20 62 65 20 72 |. This will be r| 00000800 65 66 6c 65 63 74 65 64 20 69 6e 20 74 68 65 20 |eflected in the | 00000810 6d 61 69 6e 20 77 69 6e 64 6f 77 20 61 73 20 61 |main window as a| 00000820 20 70 69 63 74 75 72 65 20 6f 66 20 74 68 65 20 | picture of the | 00000830 66 69 6c 65 2c 20 61 6e 64 20 69 74 73 20 66 69 |file, and its fi| 00000840 6c 65 74 79 70 65 20 6e 75 6d 62 65 72 20 61 6e |letype number an| 00000850 64 20 64 65 73 63 72 69 70 74 69 6f 6e 20 77 69 |d description wi| 00000860 6c 6c 20 61 70 70 65 61 72 20 75 6e 64 65 72 20 |ll appear under | 00000870 74 68 65 20 49 6e 70 75 74 20 46 69 6c 65 20 69 |the Input File i| 00000880 63 6f 6e 2e 20 54 68 65 20 74 77 6f 20 72 61 64 |con. The two rad| 00000890 69 6f 20 69 63 6f 6e 73 20 62 65 6c 6f 77 20 74 |io icons below t| 000008a0 68 69 73 20 74 6f 67 67 6c 65 20 74 68 65 20 41 |his toggle the A| 000008b0 75 74 6f 53 65 74 20 73 74 61 74 65 2e 20 43 6c |utoSet state. Cl| 000008c0 69 63 6b 20 6f 6e 20 41 75 74 6f 53 65 74 20 74 |ick on AutoSet t| 000008d0 6f 20 74 75 72 6e 20 69 74 20 6f 6e 2c 20 6f 72 |o turn it on, or| 000008e0 20 43 6f 6e 66 69 72 6d 53 65 74 20 74 6f 20 74 | ConfirmSet to t| 000008f0 75 72 6e 20 69 74 20 6f 66 66 2e 20 4c 65 61 76 |urn it off. Leav| 00000900 65 20 69 74 20 6f 66 66 20 66 6f 72 20 74 68 65 |e it off for the| 00000910 20 74 69 6d 65 20 62 65 69 6e 67 2e 0a 0a 43 48 | time being...CH| 00000920 41 4e 47 49 4e 47 20 41 20 46 49 4c 45 54 59 50 |ANGING A FILETYP| 00000930 45 2e 2e 2e 0a 20 20 20 54 6f 20 63 68 61 6e 67 |E.... To chang| 00000940 65 20 74 68 65 20 74 79 70 65 20 6f 66 20 61 20 |e the type of a | 00000950 66 69 6c 65 2c 20 66 69 72 73 74 20 6d 61 6b 65 |file, first make| 00000960 20 69 74 20 62 65 63 6f 6d 65 20 74 68 65 20 49 | it become the I| 00000970 6e 70 75 74 20 66 69 6c 65 20 28 64 72 61 67 20 |nput file (drag | 00000980 69 74 20 74 6f 20 21 49 64 65 6e 74 69 66 79 29 |it to !Identify)| 00000990 2e 20 54 68 65 6e 2c 20 63 6c 69 63 6b 20 4d 45 |. Then, click ME| 000009a0 4e 55 20 74 6f 20 67 65 74 20 61 20 6d 65 6e 75 |NU to get a menu| 000009b0 2c 20 61 6e 64 20 62 72 69 6e 67 20 75 70 20 74 |, and bring up t| 000009c0 68 65 20 54 79 70 65 73 20 73 75 62 2d 6d 65 6e |he Types sub-men| 000009d0 75 2e 20 53 65 6c 65 63 74 69 6e 67 20 66 72 6f |u. Selecting fro| 000009e0 6d 20 74 68 69 73 20 6d 65 6e 75 20 77 69 6c 6c |m this menu will| 000009f0 20 63 68 61 6e 67 65 20 74 68 65 20 43 75 72 72 | change the Curr| 00000a00 65 6e 74 6c 79 20 53 65 6c 65 63 74 65 64 20 46 |ently Selected F| 00000a10 69 6c 65 74 79 70 65 2e 20 57 68 65 6e 20 79 6f |iletype. When yo| 00000a20 75 20 61 72 65 20 68 61 70 70 79 20 77 69 74 68 |u are happy with| 00000a30 20 79 6f 75 72 20 63 68 6f 69 63 65 2c 20 63 6c | your choice, cl| 00000a40 69 63 6b 20 6f 6e 20 74 68 65 20 53 45 54 20 69 |ick on the SET i| 00000a50 63 6f 6e 2c 20 61 6e 64 20 69 74 27 73 20 66 69 |con, and it's fi| 00000a60 6c 65 74 79 70 65 20 77 69 6c 6c 20 62 65 20 73 |letype will be s| 00000a70 65 74 20 74 6f 20 74 68 65 20 43 75 72 72 65 6e |et to the Curren| 00000a80 74 6c 79 20 53 65 6c 65 63 74 65 64 20 46 69 6c |tly Selected Fil| 00000a90 65 74 79 70 65 20 28 43 53 46 29 2e 20 49 66 20 |etype (CSF). If | 00000aa0 41 75 74 6f 53 65 74 20 69 73 20 6f 6e 2c 20 74 |AutoSet is on, t| 00000ab0 68 65 20 66 69 6c 65 27 73 20 74 79 70 65 20 77 |he file's type w| 00000ac0 69 6c 6c 20 62 65 20 73 65 74 20 69 6d 6d 69 64 |ill be set immid| 00000ad0 69 61 74 65 6c 79 2c 20 77 69 74 68 6f 75 74 20 |iately, without | 00000ae0 74 68 65 20 6e 65 65 64 20 74 6f 20 63 6c 69 63 |the need to clic| 00000af0 6b 20 6f 6e 20 53 65 74 2e 0a 20 20 20 41 6e 6f |k on Set.. Ano| 00000b00 74 68 65 72 20 77 61 79 20 74 6f 20 73 65 74 20 |ther way to set | 00000b10 74 68 65 20 66 69 6c 65 74 79 70 65 20 6f 66 20 |the filetype of | 00000b20 61 20 66 69 6c 65 2c 20 6f 72 20 69 6e 64 65 65 |a file, or indee| 00000b30 64 20 61 20 77 68 6f 6c 65 20 73 65 6c 65 63 74 |d a whole select| 00000b40 69 6f 6e 20 6f 66 20 66 69 6c 65 73 2c 20 69 73 |ion of files, is| 00000b50 20 74 68 69 73 2e 20 46 69 72 73 74 2c 20 75 73 | this. First, us| 00000b60 69 6e 67 20 74 68 65 20 6d 65 6e 75 2c 20 6d 61 |ing the menu, ma| 00000b70 6b 65 20 74 68 65 20 43 53 46 20 74 68 65 20 66 |ke the CSF the f| 00000b80 69 6c 65 74 79 70 65 20 77 68 69 63 68 20 79 6f |iletype which yo| 00000b90 75 20 77 69 73 68 20 74 68 65 20 66 69 6c 65 28 |u wish the file(| 00000ba0 73 29 20 69 6e 20 71 75 65 73 74 69 6f 6e 20 74 |s) in question t| 00000bb0 6f 20 62 65 20 73 65 74 20 74 6f 2e 20 4e 65 78 |o be set to. Nex| 00000bc0 74 2c 20 64 72 61 67 20 74 68 65 20 66 69 6c 65 |t, drag the file| 00000bd0 2f 73 65 6c 65 63 74 69 6f 6e 20 6f 66 20 66 69 |/selection of fi| 00000be0 6c 65 73 20 74 6f 20 74 68 65 20 50 49 43 54 55 |les to the PICTU| 00000bf0 52 45 20 4f 46 20 54 48 45 20 46 49 4c 45 54 59 |RE OF THE FILETY| 00000c00 50 45 20 69 6e 20 74 68 65 20 62 6f 74 74 6f 6d |PE in the bottom| 00000c10 20 6c 65 66 74 20 6f 66 20 74 68 65 20 6d 61 69 | left of the mai| 00000c20 6e 20 77 69 6e 64 6f 77 2e 20 54 68 65 20 66 69 |n window. The fi| 00000c30 6c 65 28 73 29 20 77 69 6c 6c 20 62 65 20 73 65 |le(s) will be se| 00000c40 74 20 69 6d 6d 69 64 69 61 74 65 6c 79 2c 20 61 |t immidiately, a| 00000c50 6e 64 20 74 68 65 20 43 53 46 20 77 69 6c 6c 20 |nd the CSF will | 00000c60 72 65 6d 61 69 6e 20 75 6e 61 6c 74 65 72 65 64 |remain unaltered| 00000c70 2e 0a 20 20 20 0a 49 44 45 4e 54 49 46 59 49 4e |.. .IDENTIFYIN| 00000c80 47 20 41 4e 20 55 4e 54 59 50 45 44 20 46 49 4c |G AN UNTYPED FIL| 00000c90 45 0a 20 20 20 54 68 65 72 65 20 61 72 65 20 6d |E. There are m| 00000ca0 61 6e 79 20 73 6f 75 72 63 65 73 20 77 68 69 63 |any sources whic| 00000cb0 68 20 6d 61 79 20 70 72 6f 76 69 64 65 20 66 69 |h may provide fi| 00000cc0 6c 65 73 20 77 68 69 63 68 20 61 72 65 20 75 6e |les which are un| 00000cd0 74 79 70 65 64 20 28 64 6f 77 6e 6c 6f 61 64 65 |typed (downloade| 00000ce0 64 20 76 69 61 20 61 20 6d 6f 64 65 6d 2c 20 74 |d via a modem, t| 00000cf0 72 61 6e 73 66 65 72 72 65 64 20 66 72 6f 6d 20 |ransferred from | 00000d00 6e 6f 6e 2d 61 72 63 68 69 6d 65 64 65 73 20 66 |non-archimedes f| 00000d10 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 20 65 74 |iling systems et| 00000d20 63 29 2e 20 46 6f 72 20 21 49 64 65 6e 74 69 66 |c). For !Identif| 00000d30 79 20 74 6f 20 67 75 65 73 73 20 74 68 65 20 66 |y to guess the f| 00000d40 69 6c 65 74 79 70 65 2c 20 69 74 20 6d 75 73 74 |iletype, it must| 00000d50 20 66 69 72 73 74 20 62 65 20 73 65 74 20 74 6f | first be set to| 00000d60 20 27 44 41 54 41 27 20 28 26 46 46 44 29 2e 20 | 'DATA' (&FFD). | 00000d70 49 6e 20 6d 6f 73 74 20 63 61 73 65 73 2c 20 74 |In most cases, t| 00000d80 68 69 73 20 77 69 6c 6c 20 61 6c 72 65 61 64 79 |his will already| 00000d90 20 68 61 76 65 20 62 65 65 6e 20 64 6f 6e 65 2e | have been done.| 00000da0 20 49 66 20 69 74 20 68 61 73 6e 27 74 2c 20 75 | If it hasn't, u| 00000db0 73 65 20 21 49 64 65 6e 74 69 66 79 20 74 6f 20 |se !Identify to | 00000dc0 64 6f 20 69 74 21 54 68 65 6e 2c 20 64 72 61 67 |do it!Then, drag| 00000dd0 20 74 68 65 20 64 61 74 61 20 66 69 6c 65 20 74 | the data file t| 00000de0 6f 20 74 68 65 20 21 49 64 65 6e 74 69 66 79 20 |o the !Identify | 00000df0 77 69 6e 64 6f 77 20 28 4e 4f 54 20 74 68 65 20 |window (NOT the | 00000e00 43 53 46 20 70 69 63 74 75 72 65 21 29 2e 20 54 |CSF picture!). T| 00000e10 68 65 20 67 75 65 73 73 65 64 20 66 69 6c 65 20 |he guessed file | 00000e20 74 79 70 65 20 77 69 6c 6c 20 62 65 63 6f 6d 65 |type will become| 00000e30 20 74 68 65 20 43 53 46 2c 20 6f 72 20 69 66 20 | the CSF, or if | 00000e40 69 74 20 69 73 20 75 6e 72 65 63 6f 67 6e 69 73 |it is unrecognis| 00000e50 65 64 2c 20 74 68 65 20 43 53 46 20 77 69 6c 6c |ed, the CSF will| 00000e60 20 72 65 6d 61 69 6e 20 61 73 20 27 44 61 74 61 | remain as 'Data| 00000e70 27 2e 20 49 66 20 79 6f 75 20 61 72 65 20 68 61 |'. If you are ha| 00000e80 70 70 79 20 77 69 74 68 20 21 49 64 65 6e 74 69 |ppy with !Identi| 00000e90 66 79 27 73 20 63 68 6f 69 63 65 2c 20 63 6c 69 |fy's choice, cli| 00000ea0 63 6b 20 53 65 74 20 74 6f 20 73 65 74 20 74 68 |ck Set to set th| 00000eb0 65 20 66 69 6c 65 74 79 70 65 2e 20 49 66 20 41 |e filetype. If A| 00000ec0 75 74 6f 53 65 74 20 69 73 20 6f 6e 2c 20 74 68 |utoSet is on, th| 00000ed0 65 20 66 69 6c 65 73 20 67 75 65 73 73 65 64 20 |e files guessed | 00000ee0 74 79 70 65 20 77 69 6c 6c 20 62 65 20 73 65 74 |type will be set| 00000ef0 20 69 6d 6d 69 64 69 61 74 65 6c 79 2e 20 48 65 | immidiately. He| 00000f00 72 65 20 61 72 65 20 74 68 65 20 6d 61 69 6e 20 |re are the main | 00000f10 66 69 6c 65 74 79 70 65 73 20 77 68 69 63 68 20 |filetypes which | 00000f20 21 49 64 65 6e 74 69 66 79 20 63 61 6e 20 72 65 |!Identify can re| 00000f30 63 6f 67 6e 69 73 65 3a 0a 20 20 20 20 20 20 20 |cognise:. | 00000f40 20 20 42 41 53 49 43 20 20 20 20 20 20 20 20 53 | BASIC S| 00000f50 50 52 49 54 45 20 20 20 20 20 20 20 20 20 20 54 |PRITE T| 00000f60 45 4d 50 4c 41 54 45 0a 20 20 20 20 20 20 20 20 |EMPLATE. | 00000f70 20 46 4f 4e 54 20 20 20 20 20 20 20 20 20 44 52 | FONT DR| 00000f80 41 57 20 20 20 20 20 20 20 20 20 20 20 20 4d 41 |AW MA| 00000f90 45 53 54 52 4f 0a 20 20 20 20 20 20 20 20 20 4f |ESTRO. O| 00000fa0 42 45 59 20 20 20 20 20 20 20 20 20 54 52 41 43 |BEY TRAC| 00000fb0 4b 45 52 0a 20 20 20 20 20 20 20 20 20 0a 4d 41 |KER. .MA| 00000fc0 49 4e 20 50 4f 49 4e 54 53 3a 2e 2e 2e 0a 0a 2a |IN POINTS:.....*| 00000fd0 20 41 75 74 6f 53 65 74 20 45 6c 69 6d 69 6e 61 | AutoSet Elimina| 00000fe0 74 65 73 20 74 68 65 20 6e 65 65 64 20 74 6f 20 |tes the need to | 00000ff0 63 6c 69 63 6b 20 6f 6e 20 53 65 74 2e 0a 2a 20 |click on Set..* | 00001000 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 53 45 54 20 |Clicking on SET | 00001010 61 6c 77 61 79 73 20 73 65 74 73 20 74 68 65 20 |always sets the | 00001020 49 6e 70 75 74 20 66 69 6c 65 20 74 6f 20 74 68 |Input file to th| 00001030 65 20 43 53 46 0a 2a 20 44 72 61 67 67 69 6e 67 |e CSF.* Dragging| 00001040 20 61 20 66 69 6c 65 20 74 6f 20 74 68 65 20 66 | a file to the f| 00001050 69 6c 65 20 27 70 69 63 74 75 72 65 27 20 73 65 |ile 'picture' se| 00001060 74 73 20 74 68 65 20 66 69 6c 65 20 74 6f 20 74 |ts the file to t| 00001070 68 61 74 20 74 79 70 65 0a 2a 20 53 65 6c 65 63 |hat type.* Selec| 00001080 74 69 6e 67 20 61 20 66 69 6c 65 74 79 70 65 20 |ting a filetype | 00001090 66 72 6f 6d 20 74 68 65 20 6d 65 6e 75 20 73 65 |from the menu se| 000010a0 74 73 20 74 68 65 20 43 53 46 0a 2a 20 43 6c 69 |ts the CSF.* Cli| 000010b0 63 6b 69 6e 67 20 6f 6e 20 74 68 65 20 61 72 72 |cking on the arr| 000010c0 6f 77 20 69 63 6f 6e 20 74 6f 20 74 68 65 20 72 |ow icon to the r| 000010d0 69 67 68 74 20 6f 66 20 74 68 65 20 27 70 69 63 |ight of the 'pic| 000010e0 74 75 72 65 27 20 67 65 74 73 20 74 6f 20 74 68 |ture' gets to th| 000010f0 65 20 74 79 70 65 20 20 20 20 6d 65 6e 75 20 61 |e type menu a| 00001100 75 74 6f 6d 61 74 69 63 61 6c 6c 79 2e 0a 2a 20 |utomatically..* | 00001110 46 69 6c 65 73 20 74 6f 20 62 65 20 69 64 65 6e |Files to be iden| 00001120 74 69 66 69 65 64 20 6d 75 73 74 20 68 61 76 65 |tified must have| 00001130 20 61 20 66 69 6c 65 74 79 70 65 20 6f 66 20 44 | a filetype of D| 00001140 61 74 61 20 28 26 46 46 44 29 0a 0a 20 20 20 20 |ata (&FFD).. | 00001150 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001160 20 20 20 20 50 72 6f 67 72 61 6d 20 61 6e 64 20 | Program and | 00001170 48 65 6c 70 46 69 6c 65 20 a9 a0 44 20 42 72 61 |HelpFile ..D Bra| 00001180 64 73 68 61 77 20 31 39 39 32 20 0a 0a 2d 2d 2d |dshaw 1992 ..---| 00001190 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000011b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 |--------------- | 000011c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000011d0 20 20 20 20 20 20 20 0a 45 44 49 54 49 4e 47 20 | .EDITING | 000011e0 54 48 45 20 54 79 70 65 46 69 6c 65 20 46 49 4c |THE TypeFile FIL| 000011f0 45 0a 54 68 65 20 66 69 6c 65 20 27 54 79 70 65 |E.The file 'Type| 00001200 46 69 6c 65 27 20 69 6e 73 69 64 65 20 74 68 65 |File' inside the| 00001210 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 | application dir| 00001220 65 63 74 6f 72 79 20 70 72 6f 76 69 64 65 73 20 |ectory provides | 00001230 74 68 65 20 66 69 6c 65 74 79 70 65 20 64 65 73 |the filetype des| 00001240 63 72 69 70 74 69 6f 6e 20 61 6e 64 20 6e 75 6d |cription and num| 00001250 62 65 72 73 20 77 68 69 63 68 20 61 70 70 65 61 |bers which appea| 00001260 72 20 6f 6e 20 74 68 65 20 6d 65 6e 75 20 6f 66 |r on the menu of| 00001270 20 74 68 65 20 70 72 6f 67 72 61 6d 2e 20 49 74 | the program. It| 00001280 20 6d 61 79 20 62 65 20 65 64 69 74 65 64 20 69 | may be edited i| 00001290 6e 73 69 64 65 20 61 6e 79 20 74 65 78 74 20 65 |nside any text e| 000012a0 64 69 74 6f 72 2c 20 61 6e 64 20 69 73 20 69 6e |ditor, and is in| 000012b0 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 66 | the following f| 000012c0 6f 72 6d 61 74 3a 0a 0a 20 20 54 59 50 45 46 49 |ormat:.. TYPEFI| 000012d0 4c 45 0a 20 20 44 65 73 63 72 69 70 74 69 6f 6e |LE. Description| 000012e0 2c 58 58 58 0a 20 20 44 65 73 63 72 69 70 74 69 |,XXX. Descripti| 000012f0 6f 6e 2c 58 58 58 0a 20 20 2e 2e 2e 0a 20 20 44 |on,XXX. .... D| 00001300 65 73 63 72 69 70 74 69 6f 6e 2c 58 58 58 0a 20 |escription,XXX. | 00001310 20 45 4e 44 2c 0a 0a 54 68 65 20 77 6f 72 64 20 | END,..The word | 00001320 54 59 50 45 46 49 4c 45 20 61 74 20 74 68 65 20 |TYPEFILE at the | 00001330 62 65 67 69 6e 6e 69 6e 67 20 69 73 20 75 73 65 |beginning is use| 00001340 64 20 69 6e 74 65 72 6e 61 6c 6c 79 20 74 6f 20 |d internally to | 00001350 63 68 65 63 6b 20 74 68 65 20 66 69 6c 65 20 69 |check the file i| 00001360 73 20 74 68 65 20 72 69 67 68 74 20 6f 6e 65 2e |s the right one.| 00001370 20 54 68 65 20 64 65 73 63 72 69 70 74 69 6f 6e | The description| 00001380 73 20 61 6e 64 20 6e 75 6d 62 65 72 73 20 28 69 |s and numbers (i| 00001390 6e 20 68 65 78 29 20 74 68 65 6e 20 66 6f 6c 6c |n hex) then foll| 000013a0 6f 77 20 74 68 69 73 2c 20 61 6e 64 20 74 68 65 |ow this, and the| 000013b0 20 77 6f 72 64 20 45 4e 44 2c 20 66 6f 6c 6c 6f | word END, follo| 000013c0 77 65 64 20 62 79 20 74 68 65 20 62 79 74 65 20 |wed by the byte | 000013d0 26 44 20 28 61 20 72 65 74 75 72 6e 29 20 73 69 |&D (a return) si| 000013e0 67 6e 69 66 69 65 73 20 74 68 65 20 65 6e 64 20 |gnifies the end | 000013f0 6f 66 20 74 68 65 20 66 69 6c 65 2e 20 54 68 65 |of the file. The| 00001400 20 66 6f 72 6d 61 74 20 73 68 6f 75 6c 64 20 62 | format should b| 00001410 65 20 63 6c 65 61 72 20 66 72 6f 6d 20 74 68 65 |e clear from the| 00001420 20 65 6e 74 72 69 65 73 20 77 68 69 63 68 20 61 | entries which a| 00001430 72 65 20 61 6c 72 65 61 64 79 20 63 6f 6e 74 61 |re already conta| 00001440 69 6e 65 64 20 69 6e 20 74 68 65 20 66 69 6c 65 |ined in the file| 00001450 2e 0a 20 0a 20 20 0a 0a 0a 20 20 20 20 |.. . ... | 0000145d