home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Online / TView / Rexx / Start.rexx < prev   
OS/2 REXX Batch file  |  1999-11-01  |  391b  |  14 lines

  1. /********************************************************************
  2.  * Example of a possible start script to be used with TView.
  3.  * calls LoadData.rexx and GetNewTView.rexx.
  4.  ********************************************************************/
  5.  
  6. address tview.1
  7.  
  8. /* Load programs from disk */
  9. "LoadData"
  10.  
  11. /* run skript to check for a new version */
  12. address command
  13. "rexx/GetNewTView.rexx"
  14.