home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / CanDo / Decks3 / ManxFrontEnd / Rexx / Edit.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1990-11-24  |  119 b   |  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.