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

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