home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
RMH
/
Examples
/
pname.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2001-05-24
|
239 b
|
11 lines
/*
usage of ProgramName()
*/
l="rmh.library";if ~show("L",l) then;if ~addlib(l,0,-30) then exit
say "Simple:" ProgramName()
say "NoExt: " ProgramName("NOEXT")
say "Full: " ProgramName("FULL")
say "Path: " PathPart(ProgramName("FULL"))