home *** CD-ROM | disk | FTP | other *** search
- /* PWPub.rexx - Run ProWrite on Public Screen */
-
- parse arg Arguments
-
- if ~showlist('p','ScreenFool.1') then do
- address command 'run ScreenFool'
- call delay(50*5)
- end
-
- address 'ScreenFool.1'
-
- 'back ProWrite'
- if(rc>0) then do
- 'new ScreenName=ProWrite Planes=5 nogui ScanType=Text font=dpaint.font size=8'
- if(rc>0) then exit;
- end
-
- 'status "Loading ProWrite..."'
-
- address command 'prowrite:prowrite -screen:ProWrite 'arguments
-
- 'close ProWrite'
- exit
-