home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 199_01 / all.bat < prev    next >
DOS Batch File  |  1987-12-17  |  1KB  |  45 lines

  1. : all bat - 05/03/87
  2. : tm and beep from norton utilities 3.0
  3. : td - use ram disk, drive d: - see c88 compiler notes
  4. : see elink for compiling with exec function
  5. : looks like exec.o must be in same subdirectory as ged during linking
  6. :
  7. tm start /n
  8. :
  9. cc ged   -nDS  td
  10. if errorlevel 1 goto stop
  11. cc ged1  -nDS  td
  12. if errorlevel 1 goto stop
  13. cc ged2  -nDS  td
  14. if errorlevel 1 goto stop
  15. cc ged3  -nDS  td
  16. if errorlevel 1 goto stop
  17. cc ged4  -nDS  td
  18. if errorlevel 1 goto stop
  19. cc ged5  -nDS  td
  20. if errorlevel 2 goto stop
  21. cc ged6  -nDS  td
  22. if errorlevel 1 goto stop
  23. cc ged7  -nDS  td
  24. if errorlevel 1 goto stop
  25. cc ged8  -nDS  td
  26. if errorlevel 1 goto stop
  27. cc ged9  -nDS  td
  28. if errorlevel 1 goto stop
  29. cc ged10 -nDS  td
  30. if errorlevel 1 goto stop
  31. cc ged11 -nDS  td
  32. if errorlevel 1 goto stop
  33. asm88 gedio td
  34. if errorlevel 1 goto stop
  35. :
  36. bind  -f./elnk.dat
  37. :
  38. tm stop
  39. :
  40. :stop
  41. :
  42. beep
  43.  
  44.  
  45.