home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / asm_programming / GETHELP.ZIP / JIM.DOC < prev    next >
Text File  |  1989-05-24  |  1KB  |  33 lines

  1. Bob Stephan has written a really neat little program in GET.  I was
  2. especially intriged with the "Moving text option".  But, Bob's
  3. documentation left me hangin'!  Since I knew it worked, I decided
  4. there must be a way for me to figure it out!
  5.  
  6. Problem one had to do with the requirement for no CR characters in the
  7. display file.  My editer (KEDIT) inserts CRs automatically!
  8. Then I remembered COPY CON !
  9.  
  10. OK, if I end the COPY CON filename text with a F6 only, I won't have
  11. any CRs in the file.
  12.  
  13. So I created the attached one line file "c.c".  Humm, no go....
  14. Problem two caused me to re-read the DOCs, wherein it said to
  15. repeat the 1st 79 chars.  Soooo, I said, why not copy c.c onto
  16. itself!
  17.  
  18.   copy c.c d.d
  19.   copy c.c+d.d e.e
  20.  
  21. You can see the result by executing JIM.BAT, attached.  Maybe this
  22. example will help some of you use GET.EXE in a bigger way!  You
  23. can see many more examples in the file MASDIR??.ZIP in the tutorial
  24. .BAT files.
  25.  
  26. You can contact Bob Stephan or myself at the Cricket BBS.
  27.  
  28. Many thanks to Bob Stephan for GET.ZIP and MASDIRxx.ZIP
  29.  
  30. Jim Robeson,
  31. the Cricket BBS    408-373-3773    Pacific Grove, CA.
  32. 5-24-89
  33.