home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / APP / TASKBAR / JAYGRPII / SIC / JGRPCALL.SIC next >
Encoding:
Text File  |  2000-10-02  |  152 b   |  9 lines

  1. // jgrpcall.sic (c) 01.10.2000 by JAY Software
  2. //
  3. // This script passes its to the JAY Groups II
  4.  
  5. proc main(...)
  6. {
  7.     JAYGrpII.Open( argv[0] );
  8. }
  9.