home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
applications
/
wp
/
textra16.lha
/
Textra116
/
Scripts
/
StartTextra.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-05-04
|
318 b
|
13 lines
/* load a file into Textra */
arg filename
if ~show('l','rexxsupport.library') then
if ~addlib('rexxsupport.library',0,-30) then
exit 25
if ~show('Ports', 'TEXTRA') then
address command 'run >nil: <nil: Textra "'filename'"' / * start textra */
else
address 'TEXTRA' 'openfile' '"'filename'"'