home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Patch / Programs / FIXTB.LHA / PGS3 < prev    next >
Encoding:
Text File  |  1996-11-16  |  238 b   |  7 lines

  1. /* Launch PageStream 3.1 and fix toolbar */
  2. call pragma('d','PageStream3:')
  3. call pragma 'S',8192
  4. address command 'run >nil: PageStream3'
  5. address command 'WaitForPort PAGESTREAM'
  6. address pagestream 'RX PageStream3:Scripts/FixToolBar.rexx'
  7.