home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
textra
/
scripts
/
starttextra.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
318b
|
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'"'