home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / samewi.txt < prev    next >
Text File  |  1994-05-06  |  964b  |  34 lines

  1. We have been looking for a way to link our DOS/Windows environment to the
  2.  
  3. OS2/Windows environment.  To further add to this mess we have all of our
  4.  
  5. programs residing on a server resulting in the following configuration:
  6.  
  7. Network Windows Directory:    W:\win31
  8. Local Drive Windows Directory:    D:\win31
  9. OS/2 Drive            E:
  10.  
  11. Path command for DOS/Windows:    PATH=D:\WIN31;W:\WIN31;%PATH%
  12.  
  13. To run a common environment with WINOS2 we have done the following:
  14.  
  15. 1)    cd e:\os2\mdos\winos2
  16. 2)    rename win.com win.co_
  17. 3)    copy winos2.com d:\win31\wonos2.com
  18. 4)    cd e:\os2\mdos\winos2\system
  19. 5)    copy gdi.exe os2gdi.exe
  20. 6)    copy user.exe os2user.exe
  21. 7)    edit e:\autoexec.bat and add the following to the bottom of the file:
  22.  
  23.     path=d:\win31;%path%;w:\win31
  24.  
  25. 8)    edit d:\win31\system.ini file to read as follows:
  26.  
  27.     [boot]           
  28.     useos2shield=1
  29.     os2shield=winsheld.exe
  30.     shell=progman.exe
  31.  
  32. You now have both DOS and OS/2 Windows running the same environment
  33.  
  34.