home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / Launch creator / vlauncher.cc < prev   
Encoding:
C/C++ Source or Header  |  1993-11-02  |  191 b   |  11 lines  |  [TEXT/ALFA]

  1. //                        Simple program that tests open_selection()
  2. //
  3.  
  4. /* MacHeaders Included */
  5. #include "myenv.h"
  6.  
  7. void main()
  8. {
  9.     Initialize_MAC();
  10.     open_selection("A System:Desktop folder:SCHOLAR.CHI");
  11. }