home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / n / ne10.zip / NE.BAT < prev    next >
DOS Batch File  |  1993-02-21  |  228b  |  17 lines

  1. set editor=edit
  2. echo off
  3. getnotes %1 %2 %3
  4. if "%3" == "" goto miss3
  5. %editor% %3
  6. goto putnote
  7. :miss3
  8. %editor% %1
  9. :putnotes
  10. putnote %1 %2 %3
  11. if "%3" == "" goto erase1
  12. erase %3
  13. goto end
  14. :erase1
  15. erase %1
  16. :end
  17. echo on