home *** CD-ROM | disk | FTP | other *** search
- ;Memory Test Script utiliting two small but effective memory test utilities.
- ;The actual documentation for these memory test programs is included in this
- ;directory at the request of the author.
- ;============================================================================
- ;
- echo " "
- echo "GVP's RAM/Memory Test Utility "
- echo " March, 1992 "
- echo "=============================="
- echo " "
- echo "If you have a lot of FAST RAM "
- echo "this may take a while... "
- echo " "
- echo "------------------------------"
- echo " "
- echo "Testing FAST-RAM: "
- fastcheck
- echo " "
- echo "Finished testing FAST-RAM "
- echo " "
- echo "------------------------------"
- echo " "
- echo "Testing CHIP-RAM: "
- chipcheck
- echo " "
- echo "Finished testing CHIP-RAM "
- echo " "
- echo "------------------------------"
- echo " "
- echo "RAM Tests complete! "
- wait 1 mins
-