home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Online
/
TView
/
Rexx
/
Start.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1999-11-01
|
391b
|
14 lines
/********************************************************************
* Example of a possible start script to be used with TView.
* calls LoadData.rexx and GetNewTView.rexx.
********************************************************************/
address tview.1
/* Load programs from disk */
"LoadData"
/* run skript to check for a new version */
address command
"rexx/GetNewTView.rexx"