home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / smart / macros / deletedb.rex < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-04-04  |  285 b   |  14 lines

  1. /* Remove data base files from current directory */
  2. "DEL SLINK2DB.D1"
  3. "DEL SLINK2DB.D2"
  4. "DEL SLINK2DB.K1"
  5. "DEL SLINK2DB.K2"
  6. "DEL SL_FUNCT.RPT"
  7. "DEL SL_UNREF.RPT"
  8. "DEL SL_DEFIN.RPT"
  9. "DEL SL_GLOB.RPT"
  10. "DEL SL_DLGBX.RPT"
  11. "DEL SL_MODS.RPT"
  12. "DEL SL_CALL.RPT"
  13. "DEL SL_USER.RPT"
  14.