home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d009_2 / 1.ddi / SAMPLES / DOCS / STARTAPP.MS$ / STARTAPP.bin
Encoding:
Text File  |  1992-02-03  |  490 b   |  18 lines

  1. '*********************** STARTAPP.MST ************************************
  2. 'Demonstrates:  Starting applications from a test script
  3. '
  4. 'Required Files: FASTTEST.INC
  5. '
  6. 'Uses: FASTTEST
  7. '
  8. 'Complexity Level: INTRODUCTORY
  9. '
  10. 'Notes: This script starts the Windows calculator accessory.
  11. '
  12. '*************************************************************************
  13.  
  14. '$INCLUDE 'FASTTEST.INC'   '*** Include all necessary files.
  15.  
  16. XStartApp "calc.exe", "SciCalc" '***Start calculator
  17.  
  18.