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