home *** CD-ROM | disk | FTP | other *** search
- // ________________________________________________________________________
- // | |
- // | A Sample Script file for use with Telix |
- // | |
- // | This script will simply execute TagFile, from there you will have |
- // | complete control of all aspects of running TagFile. |
- // |________________________________________________________________________|
- //
- // Very simple yet it really helps. now if you execute this script from
- // Telix, it should do the trick. Simply define the keystroke you wish to
- // use and then when prompeted for what to execute type "@ TAGFILE" (without
- // the quotes of course ).
- //
-
- main()
-
- {
- dos("Tagfile c:\tagfile\dgs.def",0);
- }
-