home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / commsmisc / PAGER32.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-09-11  |  311b  |  23 lines

  1. @echo off
  2.  
  3. rem
  4. echo.
  5. echo    Registering ocx's...
  6. echo.
  7. rem 
  8. regocx32 olepro32.dll
  9. regocx32 CSCMD32.OCX
  10. regocx32 MHTEXT32.OCX
  11. regocx32 MHLABL32.OCX
  12. regocx32 MHCOMD32.OCX
  13. regocx32 MHFRAM32.OCX
  14. regocx32 MHMARQ32.OCX
  15. rem
  16. echo.
  17. echo    Finished registering ocx's
  18. echo.
  19. echo    Run winpager.exe
  20. echo.
  21.  
  22.  
  23.