home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / PROG / REXX / CMD / I265.ZIP / B_PRIMO.CMD < prev    next >
Encoding:
Text File  |  1992-08-05  |  117 b   |  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.