home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / database / a198_1 / !Indexer / !Run < prev    next >
Text File  |  1993-05-06  |  1KB  |  44 lines

  1. |
  2. | File Name : !Run
  3. | Author    : © Stephen Mansfield 1993
  4. | Release   : 0.60
  5. | Date      : 4-May-93
  6. |
  7. | Merge sprite file to common wimp pool and set directory variable.
  8. |
  9. IconSprites <Obey$Dir>.!Sprites
  10. Set Indexer$Dir <Obey$Dir>
  11. |
  12. | Set file type variables.
  13. | To change the file type see the !Boot file for details.
  14. |
  15. Set File$Type_0AA Indexer 
  16. Set Alias$@RunType_0AA Run <Obey$Dir>.!Run -load %%*0
  17. |
  18. | Set Indexer options environment variable.
  19. |
  20. | This variable sets some of the display options available in Indexer. It
  21. | is mainly concerned with the disc window.  Codes that effect what is
  22. | displayed in the winodw are:
  23. |    DA  - display file/directory attributes
  24. |    DS  - display file sizes
  25. |    DT  - display file types
  26. |    DD  - display file/directory date stamps
  27. |    DP  - suppress application directories' contents
  28. |    DF  - suppress files
  29. | While the codes which effect the colour of the text and background in
  30. | the disc window are:
  31. |    CDx - print directory information in WIMP colour x
  32. |    CFx - print file information in colour x
  33. |    CBx - set window background colour to x
  34. | Other codes supportted include:
  35. |    FWT - Makes Indexer use outline fonts in its title bars of its windows
  36. |          (this feature is usual incompatible when 3D window tools are loaded).
  37. |
  38. Set Indexer$Options "DA DS CD7 CF5 CB0"
  39. |
  40. | Get 128 Kbytes and load program into it.
  41. |
  42. WimpSlot -min 128k -max 128k
  43. Run <Indexer$Dir>.!RunImage %*0 -filetype 0x0AA
  44.