home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c500 / 1.ddi / TO31.WPK / TOREG.BAT < prev   
Encoding:
DOS Batch File  |  1992-05-28  |  472 b   |  14 lines

  1. @echo off
  2. if exist %WATCOM%\binw\win386b.ext goto already
  3. rename %WATCOM%\binw\win386.ext win386b.ext
  4. rename %WATCOM%\binw\w386dll.ext w386dllb.ext
  5. rename %WATCOM%\binw\win386o.ext win386.ext
  6. rename %WATCOM%\binw\w386dllo.ext w386dll.ext
  7. rename %WATCOM%\lib386\win\win386.lib win386b.lib
  8. rename %WATCOM%\lib386\win\win386o.lib win386.lib
  9. echo Now using regular 32-bit Windows support
  10. goto done
  11. :already
  12. echo Already using regular 32-bit Windows support
  13. :done
  14.