home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DBASE / STRPDAT.ZIP / EDITOR.BAT < prev    next >
DOS Batch File  |  1992-01-11  |  302b  |  13 lines

  1. @echo off
  2. cls
  3. echo This is the EDITOR.BAT file, place your favorite editor name in it.
  4. echo  
  5. echo            Current file being viewed/edited [%1]
  6. echo  
  7. echo                       PRESS ANY KEY TO RETURN
  8. pause > nul
  9.  
  10. :Example follows below (remove the colon if you use qedit)
  11.  
  12. :QEDIT %1
  13.