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

  1. /* Aztec C Debug */
  2.  
  3. ADDRESS 'APSRexx'    /* Set host port address */
  4. 'Debug' 'sdb' 'main' /* Send Debug file main using SDB */
  5. exit
  6.