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

  1. .K ""
  2. echo ""
  3. echo "This script will assign m2: directory to ram: so that "
  4. echo "you can run MPE. You can't compiling etc. because you need"
  5. echo "the Modula 2 programming environment from AMSoft."
  6. echo ""
  7. ask "Do you wish go on ?"
  8.     if WARN
  9.             echo "Assigning M2: TO RAM:"
  10.                 Assign M2: RAM:
  11.         endif
  12.  
  13. echo "All Done.  Bye !"
  14. Wait 1
  15. endcli
  16.  
  17.