home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / ne14.zip / NE.BAT < prev    next >
DOS Batch File  |  1994-11-05  |  284b  |  20 lines

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