home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s199 / 1.img / ABE.BAT next >
Encoding:
DOS Batch File  |  1990-09-06  |  172 b   |  9 lines

  1. ECHO OFF
  2. rem  input *.abl file 
  3. rem  optput n*.jed file  
  4. copy %1.abl \abel\commands
  5. if exist %1.vec copy %1.vec \abel\commands
  6. cd \abel\commands
  7. abel %1
  8. cd \abel
  9.