home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / lxlt121s.zip / m_ea.cmd < prev    next >
OS/2 REXX Batch file  |  1997-08-17  |  392b  |  11 lines

  1. @echo off
  2. echo This command file will detach EAs of lxlite\*.exe files into
  3. echo separate .EA files! Do you still wish to continue?
  4. echo press 'Any' key
  5. pause >nul
  6. eautil lxLite\lxLite.exe lxLite.EA /s /p /r
  7. eautil lxLite\chCase.exe chCase.EA /s /p /r
  8. eautil lxLite\noEA.exe noEA.EA /s /p /r
  9. eautil lxLite\unLock.exe unLock.EA /s /p /r
  10. eautil lxLite\install.cmd install.EA /s /p /r
  11.