home *** CD-ROM | disk | FTP | other *** search
- SET TALK OFF
- USE Log
- ACCEPT "Purpose for computer use? " TO why
- ACCEPT "<W>ork related or <P>ersonal? " TO work
- IF work<>"W".AND.work<>"w"
- STORE "P" TO work
- ELSE
- STORE "W" TO work
- ENDIF
- APPEND BLANK
- REPLACE log_date WITH date(), purpose WITH why
- REPLACE type WITH work, time_in WITH time()
- * Now leave dBASE to the DOS prompt
- QUIT
-