home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / I265.ZIP / r_primo1.cmd < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  120b  |  6 lines

  1. /* primo.cmd */
  2. '@echo off'
  3. say 'This is the first batch program'
  4. 'r_secund'
  5. say 'Back in the first batch program'
  6.