home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
ibm
/
install.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-09-14
|
538b
|
18 lines
/* Installer */
if RxFuncQuery('SysCreateObject') then
call RxFuncAdd 'SysCreateObject', 'RexxUtil', 'SysCreateObject'
ASDI.EXE
InstallFile = 'DEMO.EXE'
newDir = LINEIN('c:\setzpath.txt')
iconDir = newDir'\'
'@Echo Off'
dpath = newDir'\'InstallFile
ClassName = 'WPProgram'
Location = '<WP_DESKTOP>'
Title = 'Interactive Guide to OS/2 Warp'
Setup = 'EXENAME='Dpath';PROGTYPE=PROG_31_ENH;StartUpDir='newDir';IconFile='iconDir'IBMWARP.ICO;'
call SysCreateObject ClassName, Title, Location, Setup, 'R'
return