home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HAMRADIO / TMUF.ZIP / MUF.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-10-16  |  199 b   |  9 lines

  1. echo off
  2. cls
  3. :If you have not established a path to the DOS GRAPHICS.COM file, you
  4. :should preceed the command below with a CD to the file in which it is
  5. :located.
  6. graphics
  7. tmuf %1 %2
  8. exit
  9.