home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
editors
/
textra
/
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
|
1994-06-24
|
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'"'