home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0766.lha / MPE / InstallMPE < prev    next >
Text File  |  1992-11-21  |  369b  |  20 lines

  1. .K ""
  2. echo "This script will install MPE (Modula-2 Programming Environment)"
  3. echo "to the M2: assign."
  4. echo ""
  5.  
  6. if not EXISTS m2:
  7.     echo "No existing m2: assign !!"
  8. else
  9.     ask "Do you wish to copy mpe to M2: ?"
  10.     if WARN
  11.             echo "Copying MPE_Normal to M2:"
  12.         copy mpe m2:
  13.                 copy s/mpe.help s:
  14.         endif
  15. endif
  16.  
  17. echo "All Done.  Bye !"
  18. Wait 1
  19. endcli
  20.