home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / win3 / patches / symantec / mfcsim.exe / UPDATE.BAT < prev    next >
DOS Batch File  |  1993-10-19  |  599b  |  29 lines

  1. PATCH -I APP1.RTP
  2. PATCH -I BIN.RTP
  3. COPY EFM.INI BIN
  4. COPY EFMUSER.EFM BIN
  5. COPY EFMUSER.HLP BIN
  6. COPY WINSMFC.HLP BIN
  7. COPY WINSMFC.INI BIN
  8. COPY WINSMFC.SIM BIN
  9. DEL EFMUSER.EFM
  10. DEL EFMUSER.HLP
  11. DEL WINSMFC.HLP
  12. DEL WINSMFC.INI
  13. DEL WINSMFC.SIM
  14. DEL EFM.INI
  15. PATCH -I MDI1.RTP
  16. PATCH -I TOOLBAR1.RTP
  17. PATCH -I TOUR.RTP
  18. PATCH -I WELCOME.RTP
  19. SIMNEW -D -O
  20.  
  21. @ECHO OFF
  22. ECHO 
  23. ECHO The file readme.txt contains information regarding the MFC Sim
  24. ECHO for Symantec C++ Professional.  You should read this file prior
  25. ECHO to using the Visual Programmer MFC Sim.
  26. Pause
  27. TYPE README.TXT | MORE
  28.  
  29.