home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / BIOS32U.ZIP / RUNME.BAT < prev   
Encoding:
DOS Batch File  |  1990-03-14  |  4.6 KB  |  101 lines

  1. echo off
  2. cls
  3. echo -
  4. echo BIOSSIG 3.2L consists of the .EXE Version 3.2 and the .DBA with 390+ BIOSs.
  5. echo -
  6. echo If you are running this release from a 360kb floppy disk, you will find that
  7. echo the database has grown to the point that there is not room for a 65kb BIOS to
  8. echo be saved.  One way to resolve the problem is to use the DOS "PRINT" command
  9. echo to print off the Documentation file and then delete the "BIOSSIG.DOC" file from
  10. echo the disk.  Another method is to delete the "PROLOG.ERR" file.  It contains the
  11. echo text for error messages and if you don't have any...you won't need the text...
  12. echo will you.
  13. echo -
  14. echo Control-C will break out of this batch file and allow you to print the
  15. echo .doc file...any other key will continue with the batch file and run the
  16. echo BIOSSIG program.
  17. echo -
  18. pause
  19. cls
  20. echo -
  21. echo First you will execute BIOSSIG.EXE which attempts to match your BIOS ROM
  22. echo against a database containing information on 390+ BIOS's.
  23. echo -
  24. echo If we have Your BIOS ROM already in our database, when you select a Quick Scan
  25. echo Menu Selection, all of your BIOS's Signature Fields will be displayed.
  26. echo -
  27. echo If you do not get a 100 percent match ( with a CRC match ), then consider
  28. echo capturing information from your BIOS and sending it to us so we can add
  29. echo your BIOS's signature information to the database.  This batch file will
  30. echo tell you where to send the file when you exit the program.
  31. echo -
  32. echo If you have a monochrome adapter, the program may clear the screen and then
  33. echo appear to hang.  You can Press Control C, answer Y and then type: "runme mono".
  34. echo -
  35. echo If you have a Color Graphics Adapter that "snows" then type: "runme snow" or
  36. echo use the Optional Customization Menu within BIOSSIG.
  37. echo -
  38. echo If you can't run BIOSSIG successfully, all the more reason to run rom_capt,
  39. echo rename the file "all_64k.rom" to something that describes your BIOS, and
  40. echo send it to us at the address or BBS listed later in this runme.bat file.
  41. echo -
  42. pause
  43. cls
  44. biossig %1 %2
  45. cls
  46. echo -
  47. echo You can either mail a disk with the BIOS Signature file(s) to:
  48. echo -
  49. echo                 Mike Focke
  50. echo                 3599 Twilight Ct
  51. echo                 Oakton, Va 22124
  52. echo -
  53. echo Or you may upload the file(s) to us on Jeff Morley's Interconnect BBS at
  54. echo 703-425-2505.      Use Door 1 to register online for full access the first
  55. echo time on!  ZIP or not as you please.  Since I use MNP, the .ROM files
  56. echo actually transfer to me just as fast as the .ZIP files.  Please make it a
  57. echo private upload/download by preceding the file description with a "/" and
  58. echo leave Mike Focke a PRIVATE message with the filename. For example:
  59. echo "/ for focke...bios from VF computers XT clone".
  60. echo -
  61. echo An alternate BBS is the Byrd's Nest 703-671-8923
  62. echo -
  63. echo As not everyone who sends a BIOS has described what they see when their
  64. echo machine boots, there may be subtle errors in the identification
  65. echo (typically characters that are in the BIOS memory but that are not displayed).
  66. echo -
  67. echo Chris Stevens has submitted a BIOS that is in the database in terms of
  68. echo its six part signature, but is slightly different in it's code from one
  69. echo previously  received.  Therefore BIOSSIG 3.2 implements Cyclic Redundancy
  70. echo Check (CRC) validation to differentiate between such BIOSs.
  71. echo -
  72. pause
  73. cls
  74. echo -
  75. echo If we have received a BIOS from you .... thanks.
  76. echo -
  77. echo If we have received one and have failed to give appropriate credit...
  78. echo shame on us...please leave me a note on the Interconnect.
  79. echo -
  80. echo We would especially appreciate some help in finding the original IBM
  81. echo PC, XT, Convertable, AT and PS-2 Model 80 20mhz BIOSs. We need the new
  82. echo PS/2 model 30/286 too. And the Portable PS/2 Model 70
  83. echo -
  84. echo If you run a 386 machine which shadows the BIOS for additional speed,
  85. echo either turn off the shaddowing or run RAM-CAPT. You can tell which one
  86. echo because the wrong one will produce a file with all square boxes for the
  87. echo entire file. Lots of BIOSs produce square boxes in the begining but a
  88. echo shadowed BIOS file will be all boxes unless you use RAM-CAPT or turn
  89. echo off the shadowing and run ROM-CAPT.
  90.  
  91. echo BIOSSIG updates will appear regularly on Jeff Morley's Interconnect BBS
  92. echo 703-425-2505 24 hours PCBoard.
  93. echo -
  94. echo Thanks again for your help from Ricki Vick and Mike Focke.
  95. echo -
  96. echo You may also want to try BIOSTREE.EXE which is a display of the BIOS
  97. echo family tree.  It allows you to trace the history of your BIOS and
  98. echo see where it came from and if we know of any later versions.
  99. echo -
  100.  
  101.