home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / readsum.zip / MAKATTR.CMD < prev    next >
OS/2 REXX Batch file  |  1994-12-18  |  290b  |  13 lines

  1. @ECHO OFF
  2. :- Create attribute files for EPM editor.
  3.  
  4. :- Delete old attribute hold-files
  5. del *.epm
  6.  
  7. :- Create attribute hold files
  8. EAUTIL MANUAL.DOC MANUAL.EPM /P /S
  9. EAUTIL SORTSUM.CMD SORTSUM.EPM /P /S
  10. EAUTIL READSUM.CMD READSUM.EPM /P /S
  11. EAUTIL MAKESEL.CMD MAKESEL.EPM /P /S
  12.  
  13.