[comp.lang.pascal] Demo directory file for "slick dialing solution"

ajayshah@aludra.usc.edu (Ajay Shah) (06/12/90)

The file is exactly like the sidekick dialer file.

Here is a demo file:
---------------------------------------------------------------------------
USC 2400 baud login               743-5000
    Econ dept. office             743-8161
Home                    011-91-22-430-0531 mci
		      10288-011-91-22-430-0531 at&t
My office at RAND                 393-0411,,,7281
junk                              9999999
---------------------------------------------------------------------------

This file illustrates several features.  

	dial usc

will match the first line (USC 2400 baud login) and all lines
which follow as long as they start with a blank (not tab!).  Thus
the first two lines will be used to construct a menu in response
to the command 'dial usc'.  The same idea will work for 

	dial home

where both the mci and at&t versions will be matched.

The number at RAND demonstrates the integration of Hayes commands
like ',' into the telephone number: they work perfectly.

Lastly
	dial junk
will only match one number (9999999) so it'll get dialled without
going through the menu.

Hope this helps...
_______________________________________________________________________________
Ajay Shah, (213)747-9991, ajayshah@usc.edu
                              The more things change, the more they stay insane.
_______________________________________________________________________________