home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c500 / 6.ddi / BATCH.SDK / AP.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-05-28  |  209 b   |  13 lines

  1. @echo off
  2. if [%1] == [] goto error
  3. if [%2] == [] goto error
  4. cd %1
  5. call apply
  6. wmake
  7. cd %2
  8. goto end
  9. :error
  10. echo specify the sample and the samples directory, eg
  11. echo ap bitmap c:\windev\samples
  12. :end
  13.