Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_50.ADF » V/+RAMFS2
V/+RAMFS2
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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_50.ADF |
Filename: | V/+RAMFS2 |
Read OK: | ✔ |
File size: | 0E50 bytes |
Load address: | 2B204556 |
Exec address: | 464D4152 |
Duplicates
There are 2 duplicate copies of this file in the archive:
- AEW website » eug » eug_3_5_discs_Eug-50_A-EUG50.adf » V/+RAMFS2
- AEW website » eug » eug_5_25_discs_Eug-50_D-EUG50.dsd » V.+RAMFS2
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_50.ADF » V/+RAMFS2
File contents
[ MANUAL FOR RAMFS - CONTINUATION ] Additional OS Commands DIR :drive.directory (Set current directory) LIB :drive.directory (Set current library) TITLE <disktitle> (Set media title) DRIVE <drive> (Set drive number) CLOSE (Close all files) DELETE <fsp> (Delete a single file) RENAME <oldfsp> <newfsp> (Rename the given file) EX <directory> (Extract info about a dir - only on Master series) INFO <fsp> (Show info on the given file) WIPE <fsp> (Delete files, prompting for confirmation for each) DESTROY <fsp> (Delete files, prompting for confirmation of the batch) ENABLE (Skip warnings before 'dangerous' commands) Exit Messages "Escape" - the user aborted something waiting for his input "Outside file" - an attempt was made to move the file pointer past the end of the file "Cat full" - no free slots could be found in the disk catalogue, despite there probably being space on the disk for the data itself "Can't extend" - files must be in one contiguous block on the disk, and the file is now too big for its allocated slot "Too many open" - only 3 files may be open at once "Read only" - the file involved has only been opened for reading "Open" - the file involved is already open "Exists" - an attempt to rename a file to one that exists was made "Disc full" - there is no free space left "Bad option" - only OPT0,OPT1,OPT4 are allowed "Bad name" - the name given contained forbidden characters or was too long "Bad drive" - a drive number other than zero was used "Bad dir" - directories must be 1 valid letter long maximum "Not found" - the requested file was not present on the disk "Channel" - a call was made with a handle which is either illegal or has already been closed Known Problems/Future Enhancements No *COPY (Unsure of which implementation to do) and therefore no *BACKUP Tube processor acknowledged but ignored No *ACCESS command as attributes are ignored at present No other known problems History v0.65 Initial release to show it works v0.66 OSFile A=4 or A=1 allows only the bottom byte of attributes to be written by the user now. (The other 3 bytes are FS dependant and reserved.) v0.72 If no hardware is found then no attempt will be made to format it on a hard reset (this previously caused the machine to pause for about 10 seconds) and *OPT1,0/*OPT1,1 implemented v0.77 OSFile A=255 left the <override> address in the user's parameter block instead of the stored load address if *LOAD <filename> <override> was used.Support for LIBs added to the *RUN handler. v0.82 Added wildcard handler and hence *INFO, *EX, *WIPE, *DESTROY too v0.83 RAMFS calls that print out information can now be used while *SPOOLing the OSbput routine preserves everything it uses. *WIPE and * DESTORY will no longer allow you to delete open files. Issuing a *CLOSE or *SHUT or swapping between filing systems will will close the SPOOL/EXEC files too. v0.84 Wildcard matching algorithm altered to search in a different order. Default attributes are set to 3 instead of 7 to ensure the file isn't executed only if moved to ADFS. v0.85 Reintroduced temporary filing system support for Master series, ensuring the correct FS is left selected at the finish. v0.86 Fixed bug in BBC B version to ensure workspace was claimed on soft resets. Manual (C) 1998 Robert Sprowson Software (C) 1998 SPROW
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 5b 20 4d 41 4e 55 41 4c 20 46 4f 52 20 52 41 | [ MANUAL FOR RA| 00000020 4d 46 53 20 2d 20 43 4f 4e 54 49 4e 55 41 54 49 |MFS - CONTINUATI| 00000030 4f 4e 20 5d 0d 0d 41 64 64 69 74 69 6f 6e 61 6c |ON ]..Additional| 00000040 20 4f 53 20 43 6f 6d 6d 61 6e 64 73 0d 20 20 20 | OS Commands. | 00000050 44 49 52 20 3a 64 72 69 76 65 2e 64 69 72 65 63 |DIR :drive.direc| 00000060 74 6f 72 79 20 28 53 65 74 20 63 75 72 72 65 6e |tory (Set curren| 00000070 74 20 64 69 72 65 63 74 6f 72 79 29 0d 20 20 20 |t directory). | 00000080 4c 49 42 20 3a 64 72 69 76 65 2e 64 69 72 65 63 |LIB :drive.direc| 00000090 74 6f 72 79 20 28 53 65 74 20 63 75 72 72 65 6e |tory (Set curren| 000000a0 74 20 6c 69 62 72 61 72 79 29 0d 20 20 20 54 49 |t library). TI| 000000b0 54 4c 45 20 3c 64 69 73 6b 74 69 74 6c 65 3e 20 |TLE <disktitle> | 000000c0 28 53 65 74 20 6d 65 64 69 61 20 74 69 74 6c 65 |(Set media title| 000000d0 29 0d 20 20 20 44 52 49 56 45 20 3c 64 72 69 76 |). DRIVE <driv| 000000e0 65 3e 20 28 53 65 74 20 64 72 69 76 65 20 6e 75 |e> (Set drive nu| 000000f0 6d 62 65 72 29 20 0d 20 20 20 43 4c 4f 53 45 20 |mber) . CLOSE | 00000100 28 43 6c 6f 73 65 20 61 6c 6c 20 66 69 6c 65 73 |(Close all files| 00000110 29 0d 20 20 20 44 45 4c 45 54 45 20 3c 66 73 70 |). DELETE <fsp| 00000120 3e 20 28 44 65 6c 65 74 65 20 61 20 73 69 6e 67 |> (Delete a sing| 00000130 6c 65 20 66 69 6c 65 29 0d 20 20 20 52 45 4e 41 |le file). RENA| 00000140 4d 45 20 3c 6f 6c 64 66 73 70 3e 20 3c 6e 65 77 |ME <oldfsp> <new| 00000150 66 73 70 3e 20 28 52 65 6e 61 6d 65 20 74 68 65 |fsp> (Rename the| 00000160 20 67 69 76 65 6e 20 66 69 6c 65 29 0d 20 20 20 | given file). | 00000170 45 58 20 3c 64 69 72 65 63 74 6f 72 79 3e 20 28 |EX <directory> (| 00000180 45 78 74 72 61 63 74 20 69 6e 66 6f 20 61 62 6f |Extract info abo| 00000190 75 74 20 61 20 64 69 72 20 2d 20 6f 6e 6c 79 20 |ut a dir - only | 000001a0 6f 6e 20 4d 61 73 74 65 72 20 73 65 72 69 65 73 |on Master series| 000001b0 29 0d 20 20 20 49 4e 46 4f 20 3c 66 73 70 3e 20 |). INFO <fsp> | 000001c0 28 53 68 6f 77 20 69 6e 66 6f 20 6f 6e 20 74 68 |(Show info on th| 000001d0 65 20 67 69 76 65 6e 20 66 69 6c 65 29 0d 20 20 |e given file). | 000001e0 20 57 49 50 45 20 3c 66 73 70 3e 20 28 44 65 6c | WIPE <fsp> (Del| 000001f0 65 74 65 20 66 69 6c 65 73 2c 20 70 72 6f 6d 70 |ete files, promp| 00000200 74 69 6e 67 20 66 6f 72 20 63 6f 6e 66 69 72 6d |ting for confirm| 00000210 61 74 69 6f 6e 20 66 6f 72 20 65 61 63 68 29 0d |ation for each).| 00000220 20 20 20 44 45 53 54 52 4f 59 20 3c 66 73 70 3e | DESTROY <fsp>| 00000230 20 28 44 65 6c 65 74 65 20 66 69 6c 65 73 2c 20 | (Delete files, | 00000240 70 72 6f 6d 70 74 69 6e 67 20 66 6f 72 20 63 6f |prompting for co| 00000250 6e 66 69 72 6d 61 74 69 6f 6e 20 6f 66 20 74 68 |nfirmation of th| 00000260 65 20 62 61 74 63 68 29 0d 20 20 20 45 4e 41 42 |e batch). ENAB| 00000270 4c 45 20 28 53 6b 69 70 20 77 61 72 6e 69 6e 67 |LE (Skip warning| 00000280 73 20 62 65 66 6f 72 65 20 27 64 61 6e 67 65 72 |s before 'danger| 00000290 6f 75 73 27 20 63 6f 6d 6d 61 6e 64 73 29 0d 20 |ous' commands). | 000002a0 20 0d 45 78 69 74 20 4d 65 73 73 61 67 65 73 0d | .Exit Messages.| 000002b0 22 45 73 63 61 70 65 22 20 20 20 20 20 20 20 20 |"Escape" | 000002c0 2d 20 74 68 65 20 75 73 65 72 20 61 62 6f 72 74 |- the user abort| 000002d0 65 64 20 73 6f 6d 65 74 68 69 6e 67 20 77 61 69 |ed something wai| 000002e0 74 69 6e 67 20 66 6f 72 20 68 69 73 20 69 6e 70 |ting for his inp| 000002f0 75 74 0d 22 4f 75 74 73 69 64 65 20 66 69 6c 65 |ut."Outside file| 00000300 22 20 20 2d 20 61 6e 20 61 74 74 65 6d 70 74 20 |" - an attempt | 00000310 77 61 73 20 6d 61 64 65 20 74 6f 20 6d 6f 76 65 |was made to move| 00000320 20 74 68 65 20 66 69 6c 65 20 70 6f 69 6e 74 65 | the file pointe| 00000330 72 20 70 61 73 74 20 74 68 65 0d 20 20 20 20 20 |r past the. | 00000340 20 20 20 20 20 20 20 20 20 20 20 20 20 65 6e 64 | end| 00000350 20 6f 66 20 74 68 65 20 66 69 6c 65 0d 22 43 61 | of the file."Ca| 00000360 74 20 66 75 6c 6c 22 20 20 20 20 20 20 2d 20 6e |t full" - n| 00000370 6f 20 66 72 65 65 20 73 6c 6f 74 73 20 63 6f 75 |o free slots cou| 00000380 6c 64 20 62 65 20 66 6f 75 6e 64 20 69 6e 20 74 |ld be found in t| 00000390 68 65 20 64 69 73 6b 20 63 61 74 61 6c 6f 67 75 |he disk catalogu| 000003a0 65 2c 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 |e,. | 000003b0 20 20 20 20 20 64 65 73 70 69 74 65 20 74 68 65 | despite the| 000003c0 72 65 20 70 72 6f 62 61 62 6c 79 20 62 65 69 6e |re probably bein| 000003d0 67 20 73 70 61 63 65 20 6f 6e 20 74 68 65 20 64 |g space on the d| 000003e0 69 73 6b 20 66 6f 72 20 74 68 65 0d 20 20 20 20 |isk for the. | 000003f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 64 61 | da| 00000400 74 61 20 69 74 73 65 6c 66 0d 22 43 61 6e 27 74 |ta itself."Can't| 00000410 20 65 78 74 65 6e 64 22 20 20 2d 20 66 69 6c 65 | extend" - file| 00000420 73 20 6d 75 73 74 20 62 65 20 69 6e 20 6f 6e 65 |s must be in one| 00000430 20 63 6f 6e 74 69 67 75 6f 75 73 20 62 6c 6f 63 | contiguous bloc| 00000440 6b 20 6f 6e 20 74 68 65 20 64 69 73 6b 2c 20 61 |k on the disk, a| 00000450 6e 64 20 0d 20 20 20 20 20 20 20 20 20 20 20 20 |nd . | 00000460 20 20 20 20 20 20 74 68 65 20 66 69 6c 65 20 69 | the file i| 00000470 73 20 6e 6f 77 20 74 6f 6f 20 62 69 67 20 66 6f |s now too big fo| 00000480 72 20 69 74 73 20 61 6c 6c 6f 63 61 74 65 64 20 |r its allocated | 00000490 73 6c 6f 74 0d 22 54 6f 6f 20 6d 61 6e 79 20 6f |slot."Too many o| 000004a0 70 65 6e 22 20 2d 20 6f 6e 6c 79 20 33 20 66 69 |pen" - only 3 fi| 000004b0 6c 65 73 20 6d 61 79 20 62 65 20 6f 70 65 6e 20 |les may be open | 000004c0 61 74 20 6f 6e 63 65 0d 22 52 65 61 64 20 6f 6e |at once."Read on| 000004d0 6c 79 22 20 20 20 20 20 2d 20 74 68 65 20 66 69 |ly" - the fi| 000004e0 6c 65 20 69 6e 76 6f 6c 76 65 64 20 68 61 73 20 |le involved has | 000004f0 6f 6e 6c 79 20 62 65 65 6e 20 6f 70 65 6e 65 64 |only been opened| 00000500 20 66 6f 72 20 72 65 61 64 69 6e 67 0d 22 4f 70 | for reading."Op| 00000510 65 6e 22 20 20 20 20 20 20 20 20 20 20 2d 20 74 |en" - t| 00000520 68 65 20 66 69 6c 65 20 69 6e 76 6f 6c 76 65 64 |he file involved| 00000530 20 69 73 20 61 6c 72 65 61 64 79 20 6f 70 65 6e | is already open| 00000540 0d 22 45 78 69 73 74 73 22 20 20 20 20 20 20 20 |."Exists" | 00000550 20 2d 20 61 6e 20 61 74 74 65 6d 70 74 20 74 6f | - an attempt to| 00000560 20 72 65 6e 61 6d 65 20 61 20 66 69 6c 65 20 74 | rename a file t| 00000570 6f 20 6f 6e 65 20 74 68 61 74 20 65 78 69 73 74 |o one that exist| 00000580 73 20 77 61 73 20 6d 61 64 65 0d 22 44 69 73 63 |s was made."Disc| 00000590 20 66 75 6c 6c 22 20 20 20 20 20 2d 20 74 68 65 | full" - the| 000005a0 72 65 20 69 73 20 6e 6f 20 66 72 65 65 20 73 70 |re is no free sp| 000005b0 61 63 65 20 6c 65 66 74 0d 22 42 61 64 20 6f 70 |ace left."Bad op| 000005c0 74 69 6f 6e 22 20 20 20 20 2d 20 6f 6e 6c 79 20 |tion" - only | 000005d0 4f 50 54 30 2c 4f 50 54 31 2c 4f 50 54 34 20 61 |OPT0,OPT1,OPT4 a| 000005e0 72 65 20 61 6c 6c 6f 77 65 64 0d 22 42 61 64 20 |re allowed."Bad | 000005f0 6e 61 6d 65 22 20 20 20 20 20 20 2d 20 74 68 65 |name" - the| 00000600 20 6e 61 6d 65 20 67 69 76 65 6e 20 63 6f 6e 74 | name given cont| 00000610 61 69 6e 65 64 20 66 6f 72 62 69 64 64 65 6e 20 |ained forbidden | 00000620 63 68 61 72 61 63 74 65 72 73 20 6f 72 20 77 61 |characters or wa| 00000630 73 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |s. | 00000640 20 20 20 20 74 6f 6f 20 6c 6f 6e 67 0d 22 42 61 | too long."Ba| 00000650 64 20 64 72 69 76 65 22 20 20 20 20 20 2d 20 61 |d drive" - a| 00000660 20 64 72 69 76 65 20 6e 75 6d 62 65 72 20 6f 74 | drive number ot| 00000670 68 65 72 20 74 68 61 6e 20 7a 65 72 6f 20 77 61 |her than zero wa| 00000680 73 20 75 73 65 64 0d 22 42 61 64 20 64 69 72 22 |s used."Bad dir"| 00000690 20 20 20 20 20 20 20 2d 20 64 69 72 65 63 74 6f | - directo| 000006a0 72 69 65 73 20 6d 75 73 74 20 62 65 20 31 20 76 |ries must be 1 v| 000006b0 61 6c 69 64 20 6c 65 74 74 65 72 20 6c 6f 6e 67 |alid letter long| 000006c0 20 6d 61 78 69 6d 75 6d 0d 22 4e 6f 74 20 66 6f | maximum."Not fo| 000006d0 75 6e 64 22 20 20 20 20 20 2d 20 74 68 65 20 72 |und" - the r| 000006e0 65 71 75 65 73 74 65 64 20 66 69 6c 65 20 77 61 |equested file wa| 000006f0 73 20 6e 6f 74 20 70 72 65 73 65 6e 74 20 6f 6e |s not present on| 00000700 20 74 68 65 20 64 69 73 6b 0d 22 43 68 61 6e 6e | the disk."Chann| 00000710 65 6c 22 20 20 20 20 20 20 20 2d 20 61 20 63 61 |el" - a ca| 00000720 6c 6c 20 77 61 73 20 6d 61 64 65 20 77 69 74 68 |ll was made with| 00000730 20 61 20 68 61 6e 64 6c 65 20 77 68 69 63 68 20 | a handle which | 00000740 69 73 20 65 69 74 68 65 72 20 69 6c 6c 65 67 61 |is either illega| 00000750 6c 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |l. | 00000760 20 20 20 20 6f 72 20 68 61 73 20 61 6c 72 65 61 | or has alrea| 00000770 64 79 20 62 65 65 6e 20 63 6c 6f 73 65 64 0d 0d |dy been closed..| 00000780 4b 6e 6f 77 6e 20 50 72 6f 62 6c 65 6d 73 2f 46 |Known Problems/F| 00000790 75 74 75 72 65 20 45 6e 68 61 6e 63 65 6d 65 6e |uture Enhancemen| 000007a0 74 73 0d 4e 6f 20 2a 43 4f 50 59 20 28 55 6e 73 |ts.No *COPY (Uns| 000007b0 75 72 65 20 6f 66 20 77 68 69 63 68 20 69 6d 70 |ure of which imp| 000007c0 6c 65 6d 65 6e 74 61 74 69 6f 6e 20 74 6f 20 64 |lementation to d| 000007d0 6f 29 20 61 6e 64 20 74 68 65 72 65 66 6f 72 65 |o) and therefore| 000007e0 20 6e 6f 20 2a 42 41 43 4b 55 50 0d 54 75 62 65 | no *BACKUP.Tube| 000007f0 20 70 72 6f 63 65 73 73 6f 72 20 61 63 6b 6e 6f | processor ackno| 00000800 77 6c 65 64 67 65 64 20 62 75 74 20 69 67 6e 6f |wledged but igno| 00000810 72 65 64 0d 4e 6f 20 2a 41 43 43 45 53 53 20 63 |red.No *ACCESS c| 00000820 6f 6d 6d 61 6e 64 20 61 73 20 61 74 74 72 69 62 |ommand as attrib| 00000830 75 74 65 73 20 61 72 65 20 69 67 6e 6f 72 65 64 |utes are ignored| 00000840 20 61 74 20 70 72 65 73 65 6e 74 0d 4e 6f 20 6f | at present.No o| 00000850 74 68 65 72 20 6b 6e 6f 77 6e 20 70 72 6f 62 6c |ther known probl| 00000860 65 6d 73 0d 0d 48 69 73 74 6f 72 79 0d 76 30 2e |ems..History.v0.| 00000870 36 35 20 49 6e 69 74 69 61 6c 20 72 65 6c 65 61 |65 Initial relea| 00000880 73 65 20 74 6f 20 73 68 6f 77 20 69 74 20 77 6f |se to show it wo| 00000890 72 6b 73 0d 76 30 2e 36 36 20 4f 53 46 69 6c 65 |rks.v0.66 OSFile| 000008a0 20 41 3d 34 20 6f 72 20 41 3d 31 20 61 6c 6c 6f | A=4 or A=1 allo| 000008b0 77 73 20 6f 6e 6c 79 20 74 68 65 20 62 6f 74 74 |ws only the bott| 000008c0 6f 6d 20 62 79 74 65 20 6f 66 20 61 74 74 72 69 |om byte of attri| 000008d0 62 75 74 65 73 20 74 6f 20 62 65 0d 20 20 20 20 |butes to be. | 000008e0 20 20 77 72 69 74 74 65 6e 20 62 79 20 74 68 65 | written by the| 000008f0 20 75 73 65 72 20 6e 6f 77 2e 20 28 54 68 65 20 | user now. (The | 00000900 6f 74 68 65 72 20 33 20 62 79 74 65 73 20 61 72 |other 3 bytes ar| 00000910 65 20 46 53 20 64 65 70 65 6e 64 61 6e 74 20 61 |e FS dependant a| 00000920 6e 64 0d 20 20 20 20 20 20 72 65 73 65 72 76 65 |nd. reserve| 00000930 64 2e 29 0d 76 30 2e 37 32 20 49 66 20 6e 6f 20 |d.).v0.72 If no | 00000940 68 61 72 64 77 61 72 65 20 69 73 20 66 6f 75 6e |hardware is foun| 00000950 64 20 74 68 65 6e 20 6e 6f 20 61 74 74 65 6d 70 |d then no attemp| 00000960 74 20 77 69 6c 6c 20 62 65 20 6d 61 64 65 20 74 |t will be made t| 00000970 6f 20 66 6f 72 6d 61 74 20 69 74 0d 20 20 20 20 |o format it. | 00000980 20 20 6f 6e 20 61 20 68 61 72 64 20 72 65 73 65 | on a hard rese| 00000990 74 20 28 74 68 69 73 20 70 72 65 76 69 6f 75 73 |t (this previous| 000009a0 6c 79 20 63 61 75 73 65 64 20 74 68 65 20 6d 61 |ly caused the ma| 000009b0 63 68 69 6e 65 20 74 6f 20 70 61 75 73 65 20 66 |chine to pause f| 000009c0 6f 72 0d 20 20 20 20 20 20 61 62 6f 75 74 20 31 |or. about 1| 000009d0 30 20 73 65 63 6f 6e 64 73 29 20 61 6e 64 20 2a |0 seconds) and *| 000009e0 4f 50 54 31 2c 30 2f 2a 4f 50 54 31 2c 31 20 69 |OPT1,0/*OPT1,1 i| 000009f0 6d 70 6c 65 6d 65 6e 74 65 64 0d 76 30 2e 37 37 |mplemented.v0.77| 00000a00 20 4f 53 46 69 6c 65 20 41 3d 32 35 35 20 6c 65 | OSFile A=255 le| 00000a10 66 74 20 74 68 65 20 3c 6f 76 65 72 72 69 64 65 |ft the <override| 00000a20 3e 20 61 64 64 72 65 73 73 20 69 6e 20 74 68 65 |> address in the| 00000a30 20 75 73 65 72 27 73 20 70 61 72 61 6d 65 74 65 | user's paramete| 00000a40 72 0d 20 20 20 20 20 20 62 6c 6f 63 6b 20 69 6e |r. block in| 00000a50 73 74 65 61 64 20 6f 66 20 74 68 65 20 73 74 6f |stead of the sto| 00000a60 72 65 64 20 6c 6f 61 64 20 61 64 64 72 65 73 73 |red load address| 00000a70 20 69 66 20 2a 4c 4f 41 44 20 3c 66 69 6c 65 6e | if *LOAD <filen| 00000a80 61 6d 65 3e 0d 20 20 20 20 20 20 3c 6f 76 65 72 |ame>. <over| 00000a90 72 69 64 65 3e 20 77 61 73 20 75 73 65 64 2e 53 |ride> was used.S| 00000aa0 75 70 70 6f 72 74 20 66 6f 72 20 4c 49 42 73 20 |upport for LIBs | 00000ab0 61 64 64 65 64 20 74 6f 20 74 68 65 20 2a 52 55 |added to the *RU| 00000ac0 4e 20 68 61 6e 64 6c 65 72 2e 0d 76 30 2e 38 32 |N handler..v0.82| 00000ad0 20 41 64 64 65 64 20 77 69 6c 64 63 61 72 64 20 | Added wildcard | 00000ae0 68 61 6e 64 6c 65 72 20 61 6e 64 20 68 65 6e 63 |handler and henc| 00000af0 65 20 2a 49 4e 46 4f 2c 20 2a 45 58 2c 20 2a 57 |e *INFO, *EX, *W| 00000b00 49 50 45 2c 20 2a 44 45 53 54 52 4f 59 20 74 6f |IPE, *DESTROY to| 00000b10 6f 0d 76 30 2e 38 33 20 52 41 4d 46 53 20 63 61 |o.v0.83 RAMFS ca| 00000b20 6c 6c 73 20 74 68 61 74 20 70 72 69 6e 74 20 6f |lls that print o| 00000b30 75 74 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 63 |ut information c| 00000b40 61 6e 20 6e 6f 77 20 62 65 20 75 73 65 64 20 77 |an now be used w| 00000b50 68 69 6c 65 0d 20 20 20 20 20 20 2a 53 50 4f 4f |hile. *SPOO| 00000b60 4c 69 6e 67 20 74 68 65 20 4f 53 62 70 75 74 20 |Ling the OSbput | 00000b70 72 6f 75 74 69 6e 65 20 70 72 65 73 65 72 76 65 |routine preserve| 00000b80 73 20 65 76 65 72 79 74 68 69 6e 67 20 69 74 20 |s everything it | 00000b90 75 73 65 73 2e 20 2a 57 49 50 45 0d 20 20 20 20 |uses. *WIPE. | 00000ba0 20 20 61 6e 64 20 2a 20 44 45 53 54 4f 52 59 20 | and * DESTORY | 00000bb0 77 69 6c 6c 20 6e 6f 20 6c 6f 6e 67 65 72 20 61 |will no longer a| 00000bc0 6c 6c 6f 77 20 79 6f 75 20 74 6f 20 64 65 6c 65 |llow you to dele| 00000bd0 74 65 20 6f 70 65 6e 20 66 69 6c 65 73 2e 0d 20 |te open files.. | 00000be0 20 20 20 20 20 49 73 73 75 69 6e 67 20 61 20 2a | Issuing a *| 00000bf0 43 4c 4f 53 45 20 6f 72 20 2a 53 48 55 54 20 6f |CLOSE or *SHUT o| 00000c00 72 20 73 77 61 70 70 69 6e 67 20 62 65 74 77 65 |r swapping betwe| 00000c10 65 6e 20 66 69 6c 69 6e 67 20 73 79 73 74 65 6d |en filing system| 00000c20 73 20 77 69 6c 6c 0d 20 20 20 20 20 20 77 69 6c |s will. wil| 00000c30 6c 20 63 6c 6f 73 65 20 74 68 65 20 53 50 4f 4f |l close the SPOO| 00000c40 4c 2f 45 58 45 43 20 66 69 6c 65 73 20 74 6f 6f |L/EXEC files too| 00000c50 2e 0d 76 30 2e 38 34 20 57 69 6c 64 63 61 72 64 |..v0.84 Wildcard| 00000c60 20 6d 61 74 63 68 69 6e 67 20 61 6c 67 6f 72 69 | matching algori| 00000c70 74 68 6d 20 61 6c 74 65 72 65 64 20 74 6f 20 73 |thm altered to s| 00000c80 65 61 72 63 68 20 69 6e 20 61 20 64 69 66 66 65 |earch in a diffe| 00000c90 72 65 6e 74 20 0d 20 20 20 20 20 20 6f 72 64 65 |rent . orde| 00000ca0 72 2e 20 44 65 66 61 75 6c 74 20 61 74 74 72 69 |r. Default attri| 00000cb0 62 75 74 65 73 20 61 72 65 20 73 65 74 20 74 6f |butes are set to| 00000cc0 20 33 20 69 6e 73 74 65 61 64 20 6f 66 20 37 20 | 3 instead of 7 | 00000cd0 74 6f 20 65 6e 73 75 72 65 20 74 68 65 0d 20 20 |to ensure the. | 00000ce0 20 20 20 20 66 69 6c 65 20 69 73 6e 27 74 20 65 | file isn't e| 00000cf0 78 65 63 75 74 65 64 20 6f 6e 6c 79 20 69 66 20 |xecuted only if | 00000d00 6d 6f 76 65 64 20 74 6f 20 41 44 46 53 2e 0d 76 |moved to ADFS..v| 00000d10 30 2e 38 35 20 52 65 69 6e 74 72 6f 64 75 63 65 |0.85 Reintroduce| 00000d20 64 20 74 65 6d 70 6f 72 61 72 79 20 66 69 6c 69 |d temporary fili| 00000d30 6e 67 20 73 79 73 74 65 6d 20 73 75 70 70 6f 72 |ng system suppor| 00000d40 74 20 66 6f 72 20 4d 61 73 74 65 72 20 73 65 72 |t for Master ser| 00000d50 69 65 73 2c 0d 20 20 20 20 20 20 65 6e 73 75 72 |ies,. ensur| 00000d60 69 6e 67 20 74 68 65 20 63 6f 72 72 65 63 74 20 |ing the correct | 00000d70 46 53 20 69 73 20 6c 65 66 74 20 73 65 6c 65 63 |FS is left selec| 00000d80 74 65 64 20 61 74 20 74 68 65 20 66 69 6e 69 73 |ted at the finis| 00000d90 68 2e 0d 76 30 2e 38 36 20 46 69 78 65 64 20 62 |h..v0.86 Fixed b| 00000da0 75 67 20 69 6e 20 42 42 43 20 42 20 76 65 72 73 |ug in BBC B vers| 00000db0 69 6f 6e 20 74 6f 20 65 6e 73 75 72 65 20 77 6f |ion to ensure wo| 00000dc0 72 6b 73 70 61 63 65 20 77 61 73 20 63 6c 61 69 |rkspace was clai| 00000dd0 6d 65 64 20 6f 6e 20 0d 20 20 20 20 20 20 73 6f |med on . so| 00000de0 66 74 20 72 65 73 65 74 73 2e 0d 0d 20 20 20 20 |ft resets... | 00000df0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e00 4d 61 6e 75 61 6c 20 28 43 29 20 31 39 39 38 20 |Manual (C) 1998 | 00000e10 52 6f 62 65 72 74 20 53 70 72 6f 77 73 6f 6e 0d |Robert Sprowson.| 00000e20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000e30 20 20 20 20 20 20 20 20 53 6f 66 74 77 61 72 65 | Software| 00000e40 20 28 43 29 20 31 39 39 38 20 53 50 52 4f 57 0d | (C) 1998 SPROW.| 00000e50