home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 160_01 / sample.bat < prev    next >
DOS Batch File  |  1985-11-26  |  2KB  |  65 lines

  1. : SAMPLE OUTLINE FOR COMPILATION "SCRIPT", "BATCH FILE", ETC.
  2. : Makx pgm  --  compile file(s) to produce  pgm.x
  3. :                            run pgm.x <pgm.in >pgm.out
  4. :                            cmp pgm.out pgm.tst
  5. :                            rm pgm.o pgm.x
  6. : Makxnt -- same compile, but no test file
  7. : Maktry pgm file(s).c -- compile file(s) with #define TRYMAIN into pgm
  8. :                            (same run, cmp, rm)
  9. : Mako file.c  --  compile-only, into object code
  10.  
  11. command /c Makx accnt
  12. command /c Makx arith
  13. command /c Makx asst
  14. command /c Makx asst2
  15. command /c Makx badpow
  16. command /c Makx bdrill
  17. command /c Makxnt bits
  18. command /c Makx blast
  19. command /c Makx blast2
  20. command /c Makx cap
  21. command /c Makx cap2
  22. command /c Makx codes1
  23. command /c Makx codes2
  24. command /c Makx codes3
  25. command /c Makx codes4
  26. command /c Makxnt copy
  27. command /c Makx copy2
  28. command /c Makx dmpdem
  29. command /c Makx fact
  30. command /c Maktry factl factl.c
  31. command /c Makx fast
  32. command /c Makx getbn
  33. command /c Makx getbn2
  34. command /c Makx gettt
  35. command /c Makx guess
  36. command /c Makx guess2
  37. command /c Makx hello
  38. command /c Makx hello2
  39. command /c Makx hello3
  40. command /c Makx hello4
  41. command /c Makx hello5
  42. command /c Makx inits
  43. command /c Makx loadtt
  44. command /c Makx maxmin
  45. command /c Makx mortg
  46. command /c Makx mortg2
  47. command /c Mako nfrom
  48. command /c Makx powdem
  49. command /c Makx pr2a
  50. command /c Makx pr2b
  51. command /c Makx prsam
  52. command /c Mako rand
  53. command /c Makx recpt1
  54. command /c Makx recpt2
  55. command /c Makxm recpt3 receip ++ recpt3 +receip
  56. command /c Makx revers
  57. command /c Makxm shuf52 nfrom ++ shuf52 +nfrom
  58. command /c Makx sizes
  59. command /c Makx slow
  60. command /c Makxnt string
  61. command /c Mako strlen
  62. command /c Mako strscn
  63. command /c Makxm tower pegs ++ tower +pegs
  64. command /c Makx vacat
  65.