Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler » !ProFiler/Dox/Commands
!ProFiler/Dox/Commands
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 » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler |
Filename: | !ProFiler/Dox/Commands |
Read OK: | ✔ |
File size: | 0BEF bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html> <head> <title>ProFiler commands</title> </head> <body> <h1><center><u>ProFiler commands</u></center></h1> <h2>Desktop_Filer</h2> When executed by the Desktop, it starts the filer task. Don't use it yourself, use <kbd>*Desktop</kbd> instead so all the Desktop_� commands get executed. <p>Example: <kbd>*Desktop</kbd> <h2>Filer_Run</h2> This is equivalent to double clicking on an object in a directory viewer. If shift is held while the object is about to be run, it will be opened instead like shift-doubleclick. The only exception is when select is held down. After a double click this will generate a hang-click, but after a Filer_Run it will not generate anything at all. This may get added later. <p>Syntax: <kbd>*Filer_Run <filename></kbd> <p>Example: <kbd>*Filer_Run <TransArc$Dir>.!Help</kbd> <h2>Filer_OpenDir</h2> This will open a directory viewer in the Desktop. Giving options in the command can override the defaults. <pre>Command options: -Directory, -dir The directory to be shown -TopLeftX, -x0 The x-coordinate of the topleft corner of the viewer -TopLeftY, -y1 The y-coordinate of the topleft corner of the viewer -Width, -w The width of the viewer -Height, -h The height of the viewer All dimensions are in OS units. Display style: -SmallIcons, -si Display small icons -LargeIcons, -li Display large icons -FullInfo, -fi Display full information -SortByName, -sn Sort files by filename -SortByType, -st Sort files by filetype -SortByDate, -sd Sort files by date stamp -SortBySize, -ss Sort files by filesize </pre> <p>Syntax: <kbd>*Filer_OpenDir <directory> [<x> <y> [<width> <height>]] [<style>]</kbd> <p>Example: <kbd>*Filer_OpenDir Choices:Boot 2 1492 680 198 -li -sn</kbd> <h2>Filer_CloseDir</h2> This will close directory viewers in the Desktop. If -Recurse or -r is present, all directories starting with <directory> will be closed.<br> <b>Note:</b> Using this command without "-r" gives exactly the opposite effect to that of the ROM-filer. That's the way it is, and remains. The other way round is too silly. <p>Syntax: <kbd>*Filer_CloseDir [<directory>] [-Recurse|-r]</kbd> <p>Example: <kbd>*Filer_CloseDir -r </kbd><i>(close all viewers)</i> <h2>Filer_Boot</h2> This will boot the application. Giving a filename instead will be ignored. Giving a non-existant object will generate an error. <p>Syntax: <kbd>*Filer_Boot <application></kbd> <p>Example: <kbd>*Filer_Boot ADFS::4.$.Apps.Comms.!FidoMail</kbd> <h2>Filer_Save</h2> This will save the filer state as an obeyfile. <p>Syntax: <kbd>*Filer_Save <filename></kbd> <p>Example: <kbd>*Filer_Save Choices:Boot.Tasks.FilerState</kbd> <h2>RunIfThere</h2> This will run the given file if it is there, or otherwise execute the given command. <p>Syntax: <kbd>*RunIfThere <filename> <*command></kbd> <p>Example: <kbd>*RunIfThere %0.!Link Filer_OpenDir %0</kbd> </body></html>
00000000 3c 68 74 6d 6c 3e 0a 3c 68 65 61 64 3e 0a 3c 74 |<html>.<head>.<t| 00000010 69 74 6c 65 3e 50 72 6f 46 69 6c 65 72 20 63 6f |itle>ProFiler co| 00000020 6d 6d 61 6e 64 73 3c 2f 74 69 74 6c 65 3e 0a 3c |mmands</title>.<| 00000030 2f 68 65 61 64 3e 0a 3c 62 6f 64 79 3e 0a 3c 68 |/head>.<body>.<h| 00000040 31 3e 3c 63 65 6e 74 65 72 3e 3c 75 3e 50 72 6f |1><center><u>Pro| 00000050 46 69 6c 65 72 20 63 6f 6d 6d 61 6e 64 73 3c 2f |Filer commands</| 00000060 75 3e 3c 2f 63 65 6e 74 65 72 3e 3c 2f 68 31 3e |u></center></h1>| 00000070 0a 0a 3c 68 32 3e 44 65 73 6b 74 6f 70 5f 46 69 |..<h2>Desktop_Fi| 00000080 6c 65 72 3c 2f 68 32 3e 0a 57 68 65 6e 20 65 78 |ler</h2>.When ex| 00000090 65 63 75 74 65 64 20 62 79 20 74 68 65 20 44 65 |ecuted by the De| 000000a0 73 6b 74 6f 70 2c 20 69 74 20 73 74 61 72 74 73 |sktop, it starts| 000000b0 20 74 68 65 20 66 69 6c 65 72 20 74 61 73 6b 2e | the filer task.| 000000c0 20 44 6f 6e 27 74 20 75 73 65 20 69 74 20 79 6f | Don't use it yo| 000000d0 75 72 73 65 6c 66 2c 20 75 73 65 20 3c 6b 62 64 |urself, use <kbd| 000000e0 3e 2a 44 65 73 6b 74 6f 70 3c 2f 6b 62 64 3e 20 |>*Desktop</kbd> | 000000f0 69 6e 73 74 65 61 64 20 73 6f 20 61 6c 6c 20 74 |instead so all t| 00000100 68 65 20 44 65 73 6b 74 6f 70 5f 8c 20 63 6f 6d |he Desktop_. com| 00000110 6d 61 6e 64 73 20 67 65 74 20 65 78 65 63 75 74 |mands get execut| 00000120 65 64 2e 0a 0a 3c 70 3e 45 78 61 6d 70 6c 65 3a |ed...<p>Example:| 00000130 20 3c 6b 62 64 3e 2a 44 65 73 6b 74 6f 70 3c 2f | <kbd>*Desktop</| 00000140 6b 62 64 3e 0a 0a 3c 68 32 3e 46 69 6c 65 72 5f |kbd>..<h2>Filer_| 00000150 52 75 6e 3c 2f 68 32 3e 0a 54 68 69 73 20 69 73 |Run</h2>.This is| 00000160 20 65 71 75 69 76 61 6c 65 6e 74 20 74 6f 20 64 | equivalent to d| 00000170 6f 75 62 6c 65 20 63 6c 69 63 6b 69 6e 67 20 6f |ouble clicking o| 00000180 6e 20 61 6e 20 6f 62 6a 65 63 74 20 69 6e 20 61 |n an object in a| 00000190 20 64 69 72 65 63 74 6f 72 79 20 76 69 65 77 65 | directory viewe| 000001a0 72 2e 20 49 66 20 73 68 69 66 74 20 69 73 20 68 |r. If shift is h| 000001b0 65 6c 64 20 77 68 69 6c 65 20 74 68 65 20 6f 62 |eld while the ob| 000001c0 6a 65 63 74 20 69 73 20 61 62 6f 75 74 20 74 6f |ject is about to| 000001d0 20 62 65 20 72 75 6e 2c 20 69 74 20 77 69 6c 6c | be run, it will| 000001e0 20 62 65 20 6f 70 65 6e 65 64 20 69 6e 73 74 65 | be opened inste| 000001f0 61 64 20 6c 69 6b 65 20 73 68 69 66 74 2d 64 6f |ad like shift-do| 00000200 75 62 6c 65 63 6c 69 63 6b 2e 20 54 68 65 20 6f |ubleclick. The o| 00000210 6e 6c 79 20 65 78 63 65 70 74 69 6f 6e 20 69 73 |nly exception is| 00000220 20 77 68 65 6e 20 73 65 6c 65 63 74 20 69 73 20 | when select is | 00000230 68 65 6c 64 20 64 6f 77 6e 2e 20 41 66 74 65 72 |held down. After| 00000240 20 61 20 64 6f 75 62 6c 65 20 63 6c 69 63 6b 20 | a double click | 00000250 74 68 69 73 20 77 69 6c 6c 20 67 65 6e 65 72 61 |this will genera| 00000260 74 65 20 61 20 68 61 6e 67 2d 63 6c 69 63 6b 2c |te a hang-click,| 00000270 20 62 75 74 20 61 66 74 65 72 20 61 20 46 69 6c | but after a Fil| 00000280 65 72 5f 52 75 6e 20 69 74 20 77 69 6c 6c 20 6e |er_Run it will n| 00000290 6f 74 20 67 65 6e 65 72 61 74 65 20 61 6e 79 74 |ot generate anyt| 000002a0 68 69 6e 67 20 61 74 20 61 6c 6c 2e 20 54 68 69 |hing at all. Thi| 000002b0 73 20 6d 61 79 20 67 65 74 20 61 64 64 65 64 20 |s may get added | 000002c0 6c 61 74 65 72 2e 0a 0a 3c 70 3e 53 79 6e 74 61 |later...<p>Synta| 000002d0 78 3a 20 3c 6b 62 64 3e 2a 46 69 6c 65 72 5f 52 |x: <kbd>*Filer_R| 000002e0 75 6e 20 26 6c 74 3b 66 69 6c 65 6e 61 6d 65 26 |un <filename&| 000002f0 67 74 3b 3c 2f 6b 62 64 3e 0a 3c 70 3e 45 78 61 |gt;</kbd>.<p>Exa| 00000300 6d 70 6c 65 3a 20 3c 6b 62 64 3e 2a 46 69 6c 65 |mple: <kbd>*File| 00000310 72 5f 52 75 6e 20 26 6c 74 3b 54 72 61 6e 73 41 |r_Run <TransA| 00000320 72 63 24 44 69 72 26 67 74 3b 2e 21 48 65 6c 70 |rc$Dir>.!Help| 00000330 3c 2f 6b 62 64 3e 0a 0a 3c 68 32 3e 46 69 6c 65 |</kbd>..<h2>File| 00000340 72 5f 4f 70 65 6e 44 69 72 3c 2f 68 32 3e 0a 54 |r_OpenDir</h2>.T| 00000350 68 69 73 20 77 69 6c 6c 20 6f 70 65 6e 20 61 20 |his will open a | 00000360 64 69 72 65 63 74 6f 72 79 20 76 69 65 77 65 72 |directory viewer| 00000370 20 69 6e 20 74 68 65 20 44 65 73 6b 74 6f 70 2e | in the Desktop.| 00000380 20 47 69 76 69 6e 67 20 6f 70 74 69 6f 6e 73 20 | Giving options | 00000390 69 6e 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 |in the command c| 000003a0 61 6e 20 6f 76 65 72 72 69 64 65 20 74 68 65 20 |an override the | 000003b0 64 65 66 61 75 6c 74 73 2e 0a 3c 70 72 65 3e 43 |defaults..<pre>C| 000003c0 6f 6d 6d 61 6e 64 20 6f 70 74 69 6f 6e 73 3a 0a |ommand options:.| 000003d0 2d 44 69 72 65 63 74 6f 72 79 2c 20 2d 64 69 72 |-Directory, -dir| 000003e0 20 20 20 20 20 20 20 20 54 68 65 20 64 69 72 65 | The dire| 000003f0 63 74 6f 72 79 20 74 6f 20 62 65 20 73 68 6f 77 |ctory to be show| 00000400 6e 0a 2d 54 6f 70 4c 65 66 74 58 2c 20 2d 78 30 |n.-TopLeftX, -x0| 00000410 20 20 20 20 20 20 20 20 20 20 54 68 65 20 78 2d | The x-| 00000420 63 6f 6f 72 64 69 6e 61 74 65 20 6f 66 20 74 68 |coordinate of th| 00000430 65 20 74 6f 70 6c 65 66 74 20 63 6f 72 6e 65 72 |e topleft corner| 00000440 20 6f 66 20 74 68 65 20 76 69 65 77 65 72 0a 2d | of the viewer.-| 00000450 54 6f 70 4c 65 66 74 59 2c 20 2d 79 31 20 20 20 |TopLeftY, -y1 | 00000460 20 20 20 20 20 20 20 54 68 65 20 79 2d 63 6f 6f | The y-coo| 00000470 72 64 69 6e 61 74 65 20 6f 66 20 74 68 65 20 74 |rdinate of the t| 00000480 6f 70 6c 65 66 74 20 63 6f 72 6e 65 72 20 6f 66 |opleft corner of| 00000490 20 74 68 65 20 76 69 65 77 65 72 0a 2d 57 69 64 | the viewer.-Wid| 000004a0 74 68 2c 20 2d 77 20 20 20 20 20 20 20 20 20 20 |th, -w | 000004b0 20 20 20 20 54 68 65 20 77 69 64 74 68 20 6f 66 | The width of| 000004c0 20 74 68 65 20 76 69 65 77 65 72 0a 2d 48 65 69 | the viewer.-Hei| 000004d0 67 68 74 2c 20 2d 68 20 20 20 20 20 20 20 20 20 |ght, -h | 000004e0 20 20 20 20 54 68 65 20 68 65 69 67 68 74 20 6f | The height o| 000004f0 66 20 74 68 65 20 76 69 65 77 65 72 0a 41 6c 6c |f the viewer.All| 00000500 20 64 69 6d 65 6e 73 69 6f 6e 73 20 61 72 65 20 | dimensions are | 00000510 69 6e 20 4f 53 20 75 6e 69 74 73 2e 0a 44 69 73 |in OS units..Dis| 00000520 70 6c 61 79 20 73 74 79 6c 65 3a 0a 2d 53 6d 61 |play style:.-Sma| 00000530 6c 6c 49 63 6f 6e 73 2c 20 2d 73 69 20 20 20 20 |llIcons, -si | 00000540 20 20 20 20 44 69 73 70 6c 61 79 20 73 6d 61 6c | Display smal| 00000550 6c 20 69 63 6f 6e 73 0a 2d 4c 61 72 67 65 49 63 |l icons.-LargeIc| 00000560 6f 6e 73 2c 20 2d 6c 69 20 20 20 20 20 20 20 20 |ons, -li | 00000570 44 69 73 70 6c 61 79 20 6c 61 72 67 65 20 69 63 |Display large ic| 00000580 6f 6e 73 0a 2d 46 75 6c 6c 49 6e 66 6f 2c 20 2d |ons.-FullInfo, -| 00000590 66 69 20 20 20 20 20 20 20 20 20 20 44 69 73 70 |fi Disp| 000005a0 6c 61 79 20 66 75 6c 6c 20 69 6e 66 6f 72 6d 61 |lay full informa| 000005b0 74 69 6f 6e 0a 2d 53 6f 72 74 42 79 4e 61 6d 65 |tion.-SortByName| 000005c0 2c 20 2d 73 6e 20 20 20 20 20 20 20 20 53 6f 72 |, -sn Sor| 000005d0 74 20 66 69 6c 65 73 20 62 79 20 66 69 6c 65 6e |t files by filen| 000005e0 61 6d 65 0a 2d 53 6f 72 74 42 79 54 79 70 65 2c |ame.-SortByType,| 000005f0 20 2d 73 74 20 20 20 20 20 20 20 20 53 6f 72 74 | -st Sort| 00000600 20 66 69 6c 65 73 20 62 79 20 66 69 6c 65 74 79 | files by filety| 00000610 70 65 0a 2d 53 6f 72 74 42 79 44 61 74 65 2c 20 |pe.-SortByDate, | 00000620 2d 73 64 20 20 20 20 20 20 20 20 53 6f 72 74 20 |-sd Sort | 00000630 66 69 6c 65 73 20 62 79 20 64 61 74 65 20 73 74 |files by date st| 00000640 61 6d 70 0a 2d 53 6f 72 74 42 79 53 69 7a 65 2c |amp.-SortBySize,| 00000650 20 2d 73 73 20 20 20 20 20 20 20 20 53 6f 72 74 | -ss Sort| 00000660 20 66 69 6c 65 73 20 62 79 20 66 69 6c 65 73 69 | files by filesi| 00000670 7a 65 0a 3c 2f 70 72 65 3e 0a 0a 3c 70 3e 53 79 |ze.</pre>..<p>Sy| 00000680 6e 74 61 78 3a 20 3c 6b 62 64 3e 2a 46 69 6c 65 |ntax: <kbd>*File| 00000690 72 5f 4f 70 65 6e 44 69 72 20 26 6c 74 3b 64 69 |r_OpenDir <di| 000006a0 72 65 63 74 6f 72 79 26 67 74 3b 20 5b 26 6c 74 |rectory> [<| 000006b0 3b 78 26 67 74 3b 20 26 6c 74 3b 79 26 67 74 3b |;x> <y>| 000006c0 20 5b 26 6c 74 3b 77 69 64 74 68 26 67 74 3b 20 | [<width> | 000006d0 26 6c 74 3b 68 65 69 67 68 74 26 67 74 3b 5d 5d |<height>]]| 000006e0 20 5b 26 6c 74 3b 73 74 79 6c 65 26 67 74 3b 5d | [<style>]| 000006f0 3c 2f 6b 62 64 3e 0a 3c 70 3e 45 78 61 6d 70 6c |</kbd>.<p>Exampl| 00000700 65 3a 20 3c 6b 62 64 3e 2a 46 69 6c 65 72 5f 4f |e: <kbd>*Filer_O| 00000710 70 65 6e 44 69 72 20 43 68 6f 69 63 65 73 3a 42 |penDir Choices:B| 00000720 6f 6f 74 20 32 20 31 34 39 32 20 36 38 30 20 31 |oot 2 1492 680 1| 00000730 39 38 20 2d 6c 69 20 2d 73 6e 3c 2f 6b 62 64 3e |98 -li -sn</kbd>| 00000740 0a 0a 3c 68 32 3e 46 69 6c 65 72 5f 43 6c 6f 73 |..<h2>Filer_Clos| 00000750 65 44 69 72 3c 2f 68 32 3e 0a 54 68 69 73 20 77 |eDir</h2>.This w| 00000760 69 6c 6c 20 63 6c 6f 73 65 20 64 69 72 65 63 74 |ill close direct| 00000770 6f 72 79 20 76 69 65 77 65 72 73 20 69 6e 20 74 |ory viewers in t| 00000780 68 65 20 44 65 73 6b 74 6f 70 2e 20 49 66 20 2d |he Desktop. If -| 00000790 52 65 63 75 72 73 65 20 6f 72 20 2d 72 20 69 73 |Recurse or -r is| 000007a0 20 70 72 65 73 65 6e 74 2c 20 61 6c 6c 20 64 69 | present, all di| 000007b0 72 65 63 74 6f 72 69 65 73 20 73 74 61 72 74 69 |rectories starti| 000007c0 6e 67 20 77 69 74 68 20 26 6c 74 3b 64 69 72 65 |ng with <dire| 000007d0 63 74 6f 72 79 26 67 74 3b 20 77 69 6c 6c 20 62 |ctory> will b| 000007e0 65 20 63 6c 6f 73 65 64 2e 3c 62 72 3e 0a 3c 62 |e closed.<br>.<b| 000007f0 3e 4e 6f 74 65 3a 3c 2f 62 3e 20 55 73 69 6e 67 |>Note:</b> Using| 00000800 20 74 68 69 73 20 63 6f 6d 6d 61 6e 64 20 77 69 | this command wi| 00000810 74 68 6f 75 74 20 22 2d 72 22 20 67 69 76 65 73 |thout "-r" gives| 00000820 20 65 78 61 63 74 6c 79 20 74 68 65 20 6f 70 70 | exactly the opp| 00000830 6f 73 69 74 65 20 65 66 66 65 63 74 20 74 6f 20 |osite effect to | 00000840 74 68 61 74 20 6f 66 20 74 68 65 20 52 4f 4d 2d |that of the ROM-| 00000850 66 69 6c 65 72 2e 20 54 68 61 74 27 73 20 74 68 |filer. That's th| 00000860 65 20 77 61 79 20 69 74 20 69 73 2c 20 61 6e 64 |e way it is, and| 00000870 20 72 65 6d 61 69 6e 73 2e 20 54 68 65 20 6f 74 | remains. The ot| 00000880 68 65 72 20 77 61 79 20 72 6f 75 6e 64 20 69 73 |her way round is| 00000890 20 74 6f 6f 20 73 69 6c 6c 79 2e 0a 0a 3c 70 3e | too silly...<p>| 000008a0 53 79 6e 74 61 78 3a 20 3c 6b 62 64 3e 2a 46 69 |Syntax: <kbd>*Fi| 000008b0 6c 65 72 5f 43 6c 6f 73 65 44 69 72 20 5b 26 6c |ler_CloseDir [&l| 000008c0 74 3b 64 69 72 65 63 74 6f 72 79 26 67 74 3b 5d |t;directory>]| 000008d0 20 5b 2d 52 65 63 75 72 73 65 7c 2d 72 5d 3c 2f | [-Recurse|-r]</| 000008e0 6b 62 64 3e 0a 3c 70 3e 45 78 61 6d 70 6c 65 3a |kbd>.<p>Example:| 000008f0 20 3c 6b 62 64 3e 2a 46 69 6c 65 72 5f 43 6c 6f | <kbd>*Filer_Clo| 00000900 73 65 44 69 72 20 2d 72 20 20 20 3c 2f 6b 62 64 |seDir -r </kbd| 00000910 3e 3c 69 3e 28 63 6c 6f 73 65 20 61 6c 6c 20 76 |><i>(close all v| 00000920 69 65 77 65 72 73 29 3c 2f 69 3e 0a 0a 3c 68 32 |iewers)</i>..<h2| 00000930 3e 46 69 6c 65 72 5f 42 6f 6f 74 3c 2f 68 32 3e |>Filer_Boot</h2>| 00000940 0a 54 68 69 73 20 77 69 6c 6c 20 62 6f 6f 74 20 |.This will boot | 00000950 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e |the application.| 00000960 20 47 69 76 69 6e 67 20 61 20 66 69 6c 65 6e 61 | Giving a filena| 00000970 6d 65 20 69 6e 73 74 65 61 64 20 77 69 6c 6c 20 |me instead will | 00000980 62 65 20 69 67 6e 6f 72 65 64 2e 20 47 69 76 69 |be ignored. Givi| 00000990 6e 67 20 61 20 6e 6f 6e 2d 65 78 69 73 74 61 6e |ng a non-existan| 000009a0 74 20 6f 62 6a 65 63 74 20 77 69 6c 6c 20 67 65 |t object will ge| 000009b0 6e 65 72 61 74 65 20 61 6e 20 65 72 72 6f 72 2e |nerate an error.| 000009c0 0a 0a 3c 70 3e 53 79 6e 74 61 78 3a 20 3c 6b 62 |..<p>Syntax: <kb| 000009d0 64 3e 2a 46 69 6c 65 72 5f 42 6f 6f 74 20 26 6c |d>*Filer_Boot &l| 000009e0 74 3b 61 70 70 6c 69 63 61 74 69 6f 6e 26 67 74 |t;application>| 000009f0 3b 3c 2f 6b 62 64 3e 0a 3c 70 3e 45 78 61 6d 70 |;</kbd>.<p>Examp| 00000a00 6c 65 3a 20 3c 6b 62 64 3e 2a 46 69 6c 65 72 5f |le: <kbd>*Filer_| 00000a10 42 6f 6f 74 20 41 44 46 53 3a 3a 34 2e 24 2e 41 |Boot ADFS::4.$.A| 00000a20 70 70 73 2e 43 6f 6d 6d 73 2e 21 46 69 64 6f 4d |pps.Comms.!FidoM| 00000a30 61 69 6c 3c 2f 6b 62 64 3e 0a 0a 3c 68 32 3e 46 |ail</kbd>..<h2>F| 00000a40 69 6c 65 72 5f 53 61 76 65 3c 2f 68 32 3e 0a 54 |iler_Save</h2>.T| 00000a50 68 69 73 20 77 69 6c 6c 20 73 61 76 65 20 74 68 |his will save th| 00000a60 65 20 66 69 6c 65 72 20 73 74 61 74 65 20 61 73 |e filer state as| 00000a70 20 61 6e 20 6f 62 65 79 66 69 6c 65 2e 0a 0a 3c | an obeyfile...<| 00000a80 70 3e 53 79 6e 74 61 78 3a 20 3c 6b 62 64 3e 2a |p>Syntax: <kbd>*| 00000a90 46 69 6c 65 72 5f 53 61 76 65 20 26 6c 74 3b 66 |Filer_Save <f| 00000aa0 69 6c 65 6e 61 6d 65 26 67 74 3b 3c 2f 6b 62 64 |ilename></kbd| 00000ab0 3e 0a 3c 70 3e 45 78 61 6d 70 6c 65 3a 20 3c 6b |>.<p>Example: <k| 00000ac0 62 64 3e 2a 46 69 6c 65 72 5f 53 61 76 65 20 43 |bd>*Filer_Save C| 00000ad0 68 6f 69 63 65 73 3a 42 6f 6f 74 2e 54 61 73 6b |hoices:Boot.Task| 00000ae0 73 2e 46 69 6c 65 72 53 74 61 74 65 3c 2f 6b 62 |s.FilerState</kb| 00000af0 64 3e 0a 0a 3c 68 32 3e 52 75 6e 49 66 54 68 65 |d>..<h2>RunIfThe| 00000b00 72 65 3c 2f 68 32 3e 0a 54 68 69 73 20 77 69 6c |re</h2>.This wil| 00000b10 6c 20 72 75 6e 20 74 68 65 20 67 69 76 65 6e 20 |l run the given | 00000b20 66 69 6c 65 20 69 66 20 69 74 20 69 73 20 74 68 |file if it is th| 00000b30 65 72 65 2c 20 6f 72 20 6f 74 68 65 72 77 69 73 |ere, or otherwis| 00000b40 65 20 65 78 65 63 75 74 65 20 74 68 65 20 67 69 |e execute the gi| 00000b50 76 65 6e 20 63 6f 6d 6d 61 6e 64 2e 0a 0a 3c 70 |ven command...<p| 00000b60 3e 53 79 6e 74 61 78 3a 20 3c 6b 62 64 3e 2a 52 |>Syntax: <kbd>*R| 00000b70 75 6e 49 66 54 68 65 72 65 20 26 6c 74 3b 66 69 |unIfThere <fi| 00000b80 6c 65 6e 61 6d 65 26 67 74 3b 20 26 6c 74 3b 2a |lename> <*| 00000b90 63 6f 6d 6d 61 6e 64 26 67 74 3b 3c 2f 6b 62 64 |command></kbd| 00000ba0 3e 0a 3c 70 3e 45 78 61 6d 70 6c 65 3a 20 3c 6b |>.<p>Example: <k| 00000bb0 62 64 3e 2a 52 75 6e 49 66 54 68 65 72 65 20 25 |bd>*RunIfThere %| 00000bc0 30 2e 21 4c 69 6e 6b 20 46 69 6c 65 72 5f 4f 70 |0.!Link Filer_Op| 00000bd0 65 6e 44 69 72 20 25 30 3c 2f 6b 62 64 3e 0a 0a |enDir %0</kbd>..| 00000be0 3c 2f 62 6f 64 79 3e 3c 2f 68 74 6d 6c 3e 0a |</body></html>.| 00000bef