
 Utilities
===========

This directory provides a few utilities that are useful in conjunction with
Director.

	AddRes		- Allows directories to be easily added to ResourceFS.
			  (Paul Clifford)
	AppEnsure	- Run a command if a task is not running.
	ARSetup		- A script to create modules of <Director$Dir>.Utils
			  and <Director$Dir>.Menus directories.
	Biggest		- For finding large files and directories.
	Click		- Simulated iconbar mouse click.
	CmndBASIC	- Allows BASIC statements to be executed from the
			  command line. (Paul Clifford)
	DriveName	- This finds the name of a drive from its spec.
	EditOutput	- This will send the output of a command to a text
			  editor.
	EveryWhere	- This will recursivly run a command in a directory.
	ExpandMenu	- This is for converting Pinboard+ menu files to
			  Director menu files.
	IfCommand	- Detects the presence of programs in <Run$Path>.
	IfModule	- Detects the presence of modules.
	IfPodule	- Detects the presence of podules.
	IfTask		- Detects the presence of tasks.
	IfThereIs	- Detects the presence of files or directories.
	IfX		- A utilty which runs one of two commands, depending on
			  the output of the previous command.
	RMSave		- A utility to save a module as a file.
	RunFilerAc 	- This is for starting off Filer_Action tasks.
	SimClick	- Simulate a click on an icon.
	SwiModule	- This provides a single star command for running SWIs
			  from the command line.
	TestACS		- Reports the status of the Alt, Ctrl and Shift keys.
	TestAlt		- Reports the status of the Alt keys.
	TestCtrl	- Reports the status of the Ctrl keys.
	TestShift	- Reports the status of the Shift keys.
	X		- Executes a command without generating an error.
