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

  1. @echo off
  2.  
  3. : --- Attach extended attributes to files, and start up manual. ---
  4. Echo Attaching EPM attributes to .Cmd files
  5. eautil sortsum.cmd sortsum.epm /J
  6. eautil makesel.cmd makesel.epm /J
  7. eautil readsum.cmd readsum.epm /J
  8. eautil manual.doc manual.epm /J
  9. if .%EPMPATH% == . GOTO END
  10. Epm Manual.doc
  11. goto end
  12.  
  13. This CMD file Joins extended attributes to the files to make
  14. them easier to read.
  15.  
  16. :END
  17.  
  18.