home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxhll.zip / EXAMPLE1.CMD < prev    next >
OS/2 REXX Batch file  |  1994-02-22  |  247b  |  10 lines

  1. /**
  2. ***  Example1
  3. ***
  4. ***  This will demonstrate some basic concepts about how REXX works
  5. **/
  6.  
  7. 'type example1.cmd'    /* Echo this command to the screen */
  8. '@pause'               /* Note the '@' suppresses the echo of the command */
  9. exit
  10.