home *** CD-ROM | disk | FTP | other *** search
- /* ShowMiami Sören Forsberg 1998 */
- /*
- If not running, starts and show miami and inhibits the auto-online setting
- If running un-iconifies and brings to front ( if the calling window is in front)
- */
- ADDRESS 'COMMAND'
-
-
-
-
- IF ~SHOW('Ports','MIAMI.1') THEN DO
- ADDRESS 'COMMAND'
- 'Run MIAMI:Miami DONTCONNECT SETTINGS miami:miami.default'
- 'SYS:RexxC/WaitForPort MIAMI.1'
-
- END
-
-
- IF SHOW('Ports','MIAMI.1') THEN DO
- ADDRESS 'MIAMI.1'
-
- 'SHOW'
- END
-
-
-