home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / OS2 / LXLT121.ARJ / LXLT121.ZIP / lxLite / API / lxrc.cmd < prev    next >
Encoding:
Text File  |  1997-02-25  |  194 b   |  9 lines

  1. @echo off
  2.  rc -n lxlite.rc ..\lxlite.exe
  3.  if errorlevel 1 goto end
  4.  rc -n os2api.rc ..\lxlite.exe
  5.  if errorlevel 1 goto end
  6.  ..\lxlite.exe /yur ..\lxlite.exe
  7.  del *.res 1>nul 2>nul
  8. :end
  9.