home *** CD-ROM | disk | FTP | other *** search
- /* DEMO.CMD 10-18-91 22:54 */
- arg parm
- if parm<>'DEMO' then do
- Say 'to run this demo enter: rDEBUG on the os/2 full screen command prompt'
- Exit
- end
- Say 'Welcome to rDEBUG, the program and DEMO.LOG will demonstrate',
- 'some of the features of rDEBUG'
- Say "This shouldn't run!"
- say 'GOOD BYE'
- Exit
-