home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / c / YAMP16.ZIP / LOADE.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-08-02  |  479 b   |  16 lines

  1. rem this file copies the headers to a ram drive d:
  2. rem virt.h expects them on d:
  3. rem it also sets tmp to the ram drive.
  4. SET TMP=D:
  5. copy \tc\include\iostream.h d:
  6. copy \tc\include\stdio.h d:
  7. copy \tc\include\string.h d:
  8. copy \tc\include\io.h d:
  9. copy \tc\include\fcntl.h d:
  10. copy \tc\include\stdlib.h d:
  11. copy \tc\include\errno.h d:
  12. copy \tc\include\sys\types.h d:
  13. copy \tc\include\sys\stat.h d:
  14. copy \tc\include\math.h d:
  15. copy \tc\include\dos.h d:
  16. rem bc testgraf.prj