home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / APS_v1.0 / Rexx / Edit.rexx < prev    next >
OS/2 REXX Batch file  |  1990-12-04  |  119b  |  6 lines

  1. /* Aztec C Edit */
  2.  
  3. ADDRESS 'APSRexx' /* Set host port address */
  4. 'Edit' 'main.c'   /* Send Edit file main.c */
  5. exit
  6.