home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rdebug21.zip / DEMO.CMD < prev    next >
OS/2 REXX Batch file  |  1993-03-25  |  321b  |  12 lines

  1. /* DEMO.CMD 10-18-91 22:54 */
  2.  arg parm
  3.  if parm<>'DEMO' then do
  4.    Say  'to run this demo enter: rDEBUG on the os/2 full screen command prompt'
  5.    Exit
  6.  end
  7.  Say 'Welcome to rDEBUG, the program and DEMO.LOG will demonstrate',
  8.  'some of the features of rDEBUG'
  9.  Say "This shouldn't run!"
  10.  say 'GOOD BYE'
  11.  Exit
  12.