home *** CD-ROM | disk | FTP | other *** search
- // ________________________________________________________________________
- // | |
- // | A Sample Script file for use with Telix 3.10 |
- // | |
- // | This script will simply execute BiMenu, from there you will have |
- // | complete control of all aspects of installing and running BiModem. |
- // |________________________________________________________________________|
- //
- // Very simple yet it really helps. now if you execute this script from
- // Telix, it should do the trick. Feel free to enhance this as there are
- // many directions you could take.
- //
-
- main()
-
- {
- dos("BiMenu",0);
- }
-