home *** CD-ROM | disk | FTP | other *** search
- /*
- * install.cmd - Beat/2 - Swatch Beat, Internet Time Indicator instalation program
- * Beat/2ö─ùpâCâôâXâgü[âëü[
- *
- * release 1 - 15/Jul/1999
- * release 2 - 19/Aug/1999
- *
- */
-
- call rxfuncadd 'sysloadfuncs', 'rexxutil', 'sysloadfuncs'
- call sysloadfuncs
-
- name = SysSearchPath('path','beat.exe')
- if name = '' then do
- say 'error. I cannot find beat.exe file.'
- call End
- end
-
- parameter = 'exename='name';startupdir='directory()';objectid=<BEAT2>'
-
- if SysCreateObject('WPProgram','Beat/2','<WP_START>',parameter,'u') <> 0 then do
- say ''
- say ' Beat/2 (Swatch Beat, Internet Time Indicator) instalation was successfully completed.'
- say ' Please restart OS/2 or start Beat/2 in the startup folder.'
- say ''
- say ' Beat/2 (Swatch Beat, Internet Time Indicator) é╠âCâôâXâgü[âïé═û│Äûé╔ÅIù╣é╡é▄é╡é╜üB'
- say ' OS/2é≡âèâXâ^ü[âgé╖éΘé⌐Änô«âtâHâïâ_é╠Beat/2é≡ïNô«é╡é─é¡é╛é│éóüB'
- end
- else do
- say 'error. I cannot create object.'
- call End
- end
-
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ''
- say ' ...By the way, Beat/2 needs VROBJ.DLL.'
- say ''
-
- End:
- exit