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

  1. rem primo.cmd
  2. @echo off
  3. echo This is the first batch program
  4. call b_secund
  5. echo Back in the first batch program
  6.