home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxsqlora.zip / joinea.cmd < prev    next >
OS/2 REXX Batch file  |  1997-06-10  |  393b  |  8 lines

  1. /* This command file attaches Extended Attributes to the EXE and DLL   */
  2. /* files in this archive in case they were lost during extraction from */
  3. /* the archive.                                                        */
  4. 'eautil rexxsql.exe rexxsql.ea /P /J /O'
  5. 'eautil rexxora.exe rexxsql.ea /P /J /O'
  6. 'eautil rexxsql.dll rexxsql.ea /P /J /O'
  7. 'eautil rexxora.dll rexxsql.ea /P /J /O'
  8.