home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / bcpp / file12 / ms.bat < prev    next >
Encoding:
DOS Batch File  |  1995-05-19  |  913 b   |  18 lines

  1. :************************************************************
  2. :* File Id.                  MSMAKE.BAT                     *
  3. :* Date Written.             15 Oct. 90.                    *
  4. :*                                                          *
  5. :*           (c) Copyright 1990 by Stan Milam               *
  6. :*                                                          *
  7. :* Batch file to create small medium and large libraries for*
  8. :* PC Windows using Microsoft C. Medium memory model is the *
  9. :* default.                                                 *
  10. :*                                                          *
  11. :* Calls:  MSPCW.BAT                                        *
  12. :*                                                          *
  13. :************************************************************
  14. echo off
  15. cls
  16. echo Building Large Memory Model Library: ..\MSPCWAM.LIB
  17. command /c mspcw AM
  18.