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

  1. PATCH APP1.RTP
  2. PATCH 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 MDI1.RTP
  16. PATCH TOOLBAR1.RTP
  17. PATCH TOUR.RTP
  18. PATCH 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.