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

  1. @echo off
  2. if [%1] == [] goto error
  3. copy apall.bat %1
  4. copy ap.bat %1
  5. call cs bitmap %1
  6. call cs cliptext %1
  7. call cs clock %1
  8. call cs cursor %1
  9. call cs dde %1
  10. call cs editcntl %1
  11. call cs editfile %1
  12. call cs editmenu %1
  13. call cs fileopen %1
  14. call cs generic %1
  15. call cs helpex %1
  16. call cs icon %1
  17. call cs input %1
  18. call cs menu %1
  19. call cs multipad %1
  20. call cs mypal %1
  21. call cs output %1
  22. call cs owncombo %1
  23. call cs prntfile %1
  24. call cs showfont %1
  25. call cs tty %1
  26. echo now go to directory %1 and apply the patches using 
  27. echo either apall.bat or ap.bat
  28. goto end
  29. :error
  30. echo specify sdk samples directory, eg
  31. echo all c:\windev\samples
  32. :end
  33.