home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / ADDEA.ZIP / WPSSETUP.SMP < prev   
Text File  |  1992-03-27  |  2KB  |  33 lines

  1. /*****************************************************************************/
  2. /* WPSSetup             Ver 1.0      92/03/25             MIKE at HOUVMSCC   */
  3. /*                                                                           */
  4. /*    This routine is an example of how to use the ADDEA program for         */
  5. /*    adding extended attribute TYPEs to files.                              */
  6. /*    The first part of this exec, use the Call MakeWPSA technique to add a few   */
  7. /*    common Association Types to the Workplace Shell.                       */
  8. /*                                                                           */
  9. /*    The second part adds extended attributes to files who will use         */
  10. /*    these and other associations.                                          */
  11. /*                                                                           */
  12. /*    The third step is manual for time being. Go to the Program Object      */
  13. /*    for the applications that are to be associated with these and          */
  14. /*    go to the ASSOCITIONS page and select the proper associtation type.    */
  15. /*                                                                           */
  16. /*****************************************************************************/
  17. Trace r
  18. 'Call Makewpsa Lotus 123 R1 Spreadsheet File'
  19. 'Call Makewpsa Lotus 123 R2 Spreadsheet File'
  20. 'Call Makewpsa Lotus 123 R3 Spreadsheet File'
  21. 'Call Makewpsa Lotus 123/G  Spreadsheet File'
  22. 'Call Makewpsa Lotus Freelance/G Presentation File'
  23. 'Call Makewpsa CorelDraw! File'
  24. 'Call Makewpsa Aldus PageCall Maker R3 File'
  25. 'Call Makewpsa Aldus PageCall Maker R4 File'
  26. 'Call AddEA d:\123r2\*.wk1 Lotus 123 R2 Spreadsheet File /s'
  27. 'Call AddEA e:\123r1\*.wk3 Lotus 123 R3 Spreadsheet File /s'
  28. 'Call AddEA e:\123r1\*.wg2 Lotus 123/G Spreadsheet File /s'
  29. 'Call AddEA e:\flg\*.prs Lotus Freelance/G Presentation File /s'
  30. 'Call AddEA e:\corel\*.drw CorelDraw! File'
  31. 'Call AddEA e:\pm3\*.pm3 Aldus PageCall Maker R3 Document'
  32. 'Call AddEA d:\pm4\*.pm4 Aldus PageCall Maker R4 Document'
  33.