home *** CD-ROM | disk | FTP | other *** search
/ ftp.texkom.ru / ftp.texkom.ru.tar / ftp.texkom.ru / ocx / reg_ocx.cmd < prev    next >
OS/2 REXX Batch file  |  2006-10-30  |  413b  |  15 lines

  1. xcopy y:\LF\progs\ocx\*.dll %systemroot%\system32 /E /C /I /F /H /R /Y
  2. xcopy y:\LF\progs\ocx\*.ocx %systemroot%\system32 /E /C /I /F /H /R /Y
  3.  
  4. c:
  5. cd %systemroot%\system32
  6. regsvr32 /s comct232.ocx
  7. regsvr32 /s comct332.ocx
  8. regsvr32 /s comctl32.ocx
  9. regsvr32 /s comdlg32.ocx
  10. regsvr32 /s dXTList.dll
  11. regsvr32 /s mscomct2.ocx
  12. regsvr32 /s mscomctl.ocx
  13. regsvr32 /s mscomm32.ocx
  14. regsvr32 /s richtx32.ocx
  15. exit