home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / lh2 / mse.cmd < prev    next >
Encoding:
Text File  |  1993-01-29  |  197 b   |  9 lines

  1. @echo off
  2. if "%1"=="" goto USAGE
  3. copy /b se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
  4. goto end
  5. :Usage
  6. echo Usage: MSE [lzh file]
  7. echo        Do NOT speficy .lzh extension.
  8. :end
  9.