home *** CD-ROM | disk | FTP | other *** search
- '*********************** STARTAPP.MST ************************************
- 'Demonstrates: Starting applications from a test script
- '
- 'Required Files: FASTTEST.INC
- '
- 'Uses: FASTTEST
- '
- 'Complexity Level: INTRODUCTORY
- '
- 'Notes: This script starts the Windows calculator accessory.
- '
- '*************************************************************************
-
- '$INCLUDE 'FASTTEST.INC' '*** Include all necessary files.
-
- XStartApp "calc.exe", "SciCalc" '***Start calculator
-
-