home *** CD-ROM | disk | FTP | other *** search
- General help for some files and directories
- ===========================================
-
- This document contains information on files and directories of this product
- which are not described elsewhere and they can be used by all the users (not
- only by programmers).
-
- Applications are not described here since they all contain their own help files.
-
- ===============================================================================
- Directory: Utilities
- ~~~~~~~~~~~~~~~~~~~~
- This directory contains small utilities that use Wacky-Talky and utilities for
- Wacky-Talky.
-
- !RunWT Runs !WT application from !System. It can be used to run !WT
- from boot sequences.
-
- DDDExmples Some examples for !DDD.
-
- FreeSWIhv Kills any module that claimed SWI hardware vector after
- Wacky-Talky so you can kill the manager.
-
- FromCLIuti A utility of !FromCLI.
-
- LZW This directory is included here because one of WT examples uses
- John Kortink's LZW module to demonstrate the WTModule file load
- protocol.
-
- ===============================================================================
- Directory: !WT.WTModules.Developer
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- If you are not a software developer you can delete all modules stored into that
- directory.
-
- ===============================================================================
- Directory: !WT.WTModules.Utilities
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- If you don't like something stored into that directory you can delete it.
-
- _______________________________________________________________________________
-
- 3rd_Shift v2.18
- ===============
-
- 'Double-click and keep SELECT or ADJUST down for 0.2 sentiseconds' is just like
- pressing [Shift].
-
- _______________________________________________________________________________
-
- CtrlMode v0.02
- ==============
-
- Changes Wimp mode with the keyboard.
-
- 1. press [Ctrl] key and keep it down
-
- 2. type a mode number with the keypad
-
- 3. release [Ctrl] key
-
- _______________________________________________________________________________
-
- SystemTidy v0.02
- ================
-
- Introduction
- ~~~~~~~~~~~~
- Nowadays 'Modules' directory in !System application contains too many files. I
- just hate directories with too many files for different purposes. If you are
- like me in this matter then you may be interested in this small module which
- provides a nice solution for keeping 'Modules' directory tidy.
-
- If you use SystemTidy, you can have a tidied !System.Modules directory and
- nobody (applications) will complain.
-
-
- How to use
- ~~~~~~~~~~
- * Categorise with sub-directories the files in 'Modules' directory, as you
- please.
- e.g. say that you create sub-directories Acorn, CC, and Misc.
-
- * edit SetPath file in !System directory adding a new system variable named:
- 'SystemModules' which is a macro path pointing <System$Path>.Modules and the
- new directories you have created.
- e.g:
- Set SM$Path <System$Dir>.Modules.
- SetMacro SystemModules$Path System:Modules.,SM:Acorn.,SM:CC.,SM:Misc.
-
- (SM$Path ensures that SystemModules$Path will not overflow)
-
- * if you are using the RM version of SystemTidy copy it inside !System Modules.
- and add to SetVars the following line:
- RMEnsure SystemTidy 0.02 RMLoad SystemModules:SystemTidy
-
-
- Example SetPath file in !System directory
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- {<system$dir>.setosver Set System$Path <System$Dir>.
- If Sys$OSVersion >= 310 Then Set System_Real$Path <System$Dir>.310.,<System$Dir>.
- If Sys$OSVersion >= 310 Then Set System$Path "System_Real:"
-
- Set SM$Path <System$Dir>.Modules.
- SetMacro SystemModules$Path System:Modules.,SM:Acorn.,SM:CC.,SM:Misc.
-
- WTEnsure SystemTidy 0.02 RMLoad WTModules:SystemTidy
-
- }
-
- ===============================================================================
- Directories: !WT.WTModules & !WT.WTModules.WTLoaders
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- These directories contain modules which are used by the Wacky-Talky module
- manager and other programs. You must *not* delete any of them.
-
- _______________________________________________________________________________
-
- DoWT v0.02
- ==========
-
- Converts system modules (RMs) to WT ones.
-
- Command provided:
-
- *DoWT <RM filename> [<WT module filename>]
-
- _______________________________________________________________________________
-
- MakeDirs v0.04
- ==============
-
- When ever you need a directory it will be there for you.
-
- Run MakeDirs and try this:
-
- *save :4.Hello.world!.file 0 0
-
- _______________________________________________________________________________
-