home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GVPINST.DMS / in.adf / GVP / Memory / MemTest < prev   
Encoding:
Text File  |  1977-12-31  |  1.2 KB  |  32 lines

  1. ;Memory Test Script utiliting two small but effective memory test utilities.
  2. ;The actual documentation for these memory test programs is included in this
  3. ;directory at the request of the author.
  4. ;============================================================================
  5. ;
  6. echo "                              "
  7. echo "GVP's RAM/Memory Test Utility "
  8. echo "         March, 1992          "
  9. echo "=============================="
  10. echo "                              "
  11. echo "If you have a lot of FAST RAM "
  12. echo "this may take a while...      "
  13. echo "                              "
  14. echo "------------------------------"
  15. echo "                              "
  16. echo "Testing FAST-RAM:             "
  17. fastcheck
  18. echo "                              "
  19. echo "Finished testing FAST-RAM     "
  20. echo "                              "
  21. echo "------------------------------"
  22. echo "                              "
  23. echo "Testing CHIP-RAM:             "
  24. chipcheck
  25. echo "                              "
  26. echo "Finished testing CHIP-RAM     "
  27. echo "                              "
  28. echo "------------------------------"
  29. echo "                              "
  30. echo "RAM Tests complete!           "
  31. wait 1 mins
  32.