home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
database
/
kphandyp.lbr
/
WORKMENU.CZD
/
WORKMENU.CMD
Wrap
OS/2 REXX Batch file
|
1987-07-06
|
2KB
|
72 lines
SET talk off
STOR date() to today
STOR T to handy
DO WHIL handy
SET intensity on
IF continue='N'
ERAS
?
? 'HANDY+ PERSONAL WORK STATION SYSTEM'
? ' MAIN MENU'
?
? 'Exit System.......................0'
? 'Calculator........................1'
? 'Expense Account...................2'
? 'Time Management...................3'
? 'Action Planning...................4'
? 'Notebook/Log......................5'
? 'Filing Cabinet....................6'
? 'Address & Phone Book..............7'
? 'Decision Support Tool.............8'
? 'Special Reports & Utilities.......9'
?
? 'Please enter an option number (0-9)'
SET console off
WAIT to option
SET console on
ENDI
STOR 'N' to continue
DO CASE
CASE option='0'
DO exitwork
CASE option='1'
DO calculat
CASE option='2'
DO expenses
CASE option='3'
DO lifetime
CASE option='4'
DO actplans
CASE option='5'
DO notebook
CASE option='6'
DO filecabs
CASE option='7'
DO fonebook
CASE option='8'
DO decision
CASE option='9'
IF file('specials.cmd')
DO specials
ENDI
ENDC
ENDD
SET default to a
RETU
t (C) 1984 Peter C. Hawxhurst |'
? '| All rights reserved. |'
? '|_____________________________________________|'
?
store ' ' to day
@ 20,0 say "Please enter today's date (MM/DD/YY) ===> ";
get day picture 'XX/XX/XX'
read
set date to &day
@ 20,0
do saytoday
@ 8,0
? today
?
? 'Place system disk in drive B and press RETURN...'
set console off
wa