home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / asm_programming / GETHELP.ZIP / JIM.BAT < prev    next >
DOS Batch File  |  1989-05-24  |  352b  |  18 lines

  1. echo off
  2. get B
  3. echo 
  4. echo displaying file c.c, note it didn't work.
  5. get T "c.c"
  6. echo 
  7. echo displaying file c.c, note it didn't work.
  8. get T "d.d"
  9. echo 
  10. echo displaying file d.d
  11. echo 
  12. echo the file e.e was created by COPY c.c+d.d e.e
  13. echo 
  14. echo PRESS ANY KEY TO STOP
  15. get T "e.e"
  16. echo 
  17. echo and the character you entered was %GET%
  18.