home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / wt_070 / Documents / Utilities / !ReadMe next >
Encoding:
Text File  |  1995-04-01  |  4.4 KB  |  140 lines

  1. General help for some files and directories
  2. ===========================================
  3.  
  4. This document contains information on files and directories of this product
  5. which are not described elsewhere and they can be used by all the users (not
  6. only by programmers).
  7.  
  8. Applications are not described here since they all contain their own help files.
  9.  
  10. ===============================================================================
  11. Directory: Utilities
  12. ~~~~~~~~~~~~~~~~~~~~
  13. This directory contains small utilities that use Wacky-Talky and utilities for
  14. Wacky-Talky.
  15.  
  16. !RunWT       Runs !WT application from !System. It can be used to run !WT
  17.              from boot sequences.
  18.  
  19. DDDExmples   Some examples for !DDD.
  20.  
  21. FreeSWIhv    Kills any module that claimed SWI hardware vector after
  22.              Wacky-Talky so you can kill the manager.
  23.  
  24. FromCLIuti   A utility of !FromCLI.
  25.  
  26. LZW          This directory is included here because one of WT examples uses
  27.              John Kortink's LZW module to demonstrate the WTModule file load
  28.              protocol.
  29.  
  30. ===============================================================================
  31. Directory: !WT.WTModules.Developer
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. If you are not a software developer you can delete all modules stored into that
  34. directory.
  35.  
  36. ===============================================================================
  37. Directory: !WT.WTModules.Utilities
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. If you don't like something stored into that directory you can delete it.
  40.  
  41. _______________________________________________________________________________
  42.  
  43. 3rd_Shift v2.18
  44. ===============
  45.  
  46. 'Double-click and keep SELECT or ADJUST down for 0.2 sentiseconds' is just like
  47. pressing [Shift].
  48.  
  49. _______________________________________________________________________________
  50.  
  51. CtrlMode v0.02
  52. ==============
  53.  
  54. Changes Wimp mode with the keyboard.
  55.  
  56. 1. press [Ctrl] key and keep it down
  57.  
  58. 2. type a mode number with the keypad
  59.  
  60. 3. release [Ctrl] key
  61.  
  62. _______________________________________________________________________________
  63.  
  64. SystemTidy v0.02
  65. ================
  66.  
  67. Introduction
  68. ~~~~~~~~~~~~
  69. Nowadays 'Modules' directory in !System application contains too many files. I
  70. just hate directories with too many files for different purposes. If you are 
  71. like me in this matter then you may be interested in this small module which 
  72. provides a nice solution for keeping 'Modules' directory tidy.
  73.  
  74. If you use SystemTidy, you can have a tidied !System.Modules directory and 
  75. nobody (applications) will complain.
  76.  
  77.  
  78. How to use
  79. ~~~~~~~~~~
  80. *  Categorise with sub-directories the files in 'Modules' directory, as you 
  81. please.
  82. e.g. say that you create sub-directories Acorn, CC, and Misc.
  83.  
  84. *  edit SetPath file in !System directory adding a new system variable named: 
  85. 'SystemModules' which is a macro path pointing <System$Path>.Modules and the 
  86. new directories you have created. 
  87. e.g: 
  88. Set SM$Path <System$Dir>.Modules.
  89. SetMacro SystemModules$Path System:Modules.,SM:Acorn.,SM:CC.,SM:Misc.
  90.  
  91. (SM$Path ensures that SystemModules$Path will not overflow)
  92.  
  93. *  if you are using the RM version of SystemTidy copy it inside !System Modules.
  94. and add to SetVars the following line:
  95. RMEnsure SystemTidy 0.02 RMLoad SystemModules:SystemTidy
  96.  
  97.  
  98. Example SetPath file in !System directory
  99. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  100. {<system$dir>.setosver Set System$Path <System$Dir>.
  101. If Sys$OSVersion >= 310 Then Set System_Real$Path <System$Dir>.310.,<System$Dir>.
  102. If Sys$OSVersion >= 310 Then Set System$Path "System_Real:"
  103.  
  104. Set SM$Path <System$Dir>.Modules.
  105. SetMacro SystemModules$Path System:Modules.,SM:Acorn.,SM:CC.,SM:Misc.
  106.  
  107. WTEnsure SystemTidy 0.02 RMLoad WTModules:SystemTidy
  108.  
  109. }
  110.  
  111. ===============================================================================
  112. Directories: !WT.WTModules  &  !WT.WTModules.WTLoaders
  113. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114. These directories contain modules which are used by the Wacky-Talky module
  115. manager and other programs. You must *not* delete any of them.
  116.  
  117. _______________________________________________________________________________
  118.  
  119. DoWT v0.02
  120. ==========
  121.  
  122. Converts system modules (RMs) to WT ones.
  123.  
  124. Command provided:
  125.  
  126. *DoWT <RM filename> [<WT module filename>]
  127.  
  128. _______________________________________________________________________________
  129.  
  130. MakeDirs v0.04
  131. ==============
  132.  
  133. When ever you need a directory it will be there for you.
  134.  
  135. Run MakeDirs and try this:
  136.  
  137. *save :4.Hello.world!.file 0 0
  138.  
  139. _______________________________________________________________________________
  140.