home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
wb
/
applauncher
/
installation
/
al_installer.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
|
1995-03-26
|
221 b
|
12 lines
/* AppLauncher installation */
address command
say "Copying..."
'SYS:system/RexxMast'
'makedir ENV:AppLauncher'
'makedir ENVARC:AppLauncher'
'copy #?.info ENV:AppLauncher'
'copy #?.info ENVARC:AppLauncher'
say "Done."