home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / PROG / REXX / CMD / I265.ZIP / R_PRIMO.CMD < prev    next >
Encoding:
Text File  |  1992-08-05  |  125 b   |  6 lines

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