home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / BENCHMAR / TICKSPD.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1987-04-20  |  3.2 KB  |  78 lines

  1.             Setting Up Your CSVS Work Disk 
  2.             ------------------------------ 
  3.  
  4.      This is the Computer Shopper clone validation software. This
  5.      archive contains the clone  validation program along with
  6.      some additional programs that you might find  useful. The
  7.      clone validation program was discussed in the May 1987 issue
  8.      of  the Computer Shopper. It's a test that you can use to
  9.      check the compatibility  of the ROM BIOS in an IBM PC clone. 
  10.  
  11.  
  12.  
  13.  
  14.  
  15.      CSVS.EXE -------This is the actual Computer Shopper Clone
  16.      Validation Sweep (CSVS).  In order to run this program, the
  17.      computer should be booted up from this diskette and without
  18.      any other device drivers or memory resident programs in
  19.      memory.  The disk is not shipped with DOS on it, so you must
  20.      do the  following to create a working CSVS disk. First format
  21.      a blank disk and use the  option, /S, to add DOS to the disk.
  22.      After that's done then copy all of the  files from your
  23.      original CSVS disk to the newly formatted one. For example, 
  24.      enter the following commands to do this:  FORMAT B: /S  COPY
  25.      A:*.* B: When finished you will have a CSVS work disk that
  26.      you can use to boot up on a  PC clone for testing. 
  27.  
  28.  
  29.  
  30.  
  31.      BLANK.COM --------This program will blank your screen if you
  32.      do not use your computer for a period of more than three
  33.      minutes.  It should be placed on your boot-up diskette (or on
  34.      the hard disk if you have one) and included in your
  35.      AUTOEXEC.BAT file.  Once loaded, the program remains memory
  36.      resident.
  37.  
  38.      Every time you press a key or a program sends a character to
  39.      the screen using ROM BIOS, a counter is reset.  If the
  40.      counter is not reset for a period of three minutes, your
  41.      screen will be blanked.  In order to restore the screen,
  42.      merely depress any key on your keyboard.  I suggest you hit
  43.      either the Alt key or the Shift as these keys will not send
  44.      additional characters to the screen.
  45.  
  46.  
  47.  
  48.      FIND.EXE -------Helps  you to find files on a hard disk.   It
  49.      will search a  disk drive, beginning at the root, for any and
  50.      all matches you present to it.   The DOS wildcard characters
  51.      '*' and '?' are legal.   For example,  'FIND  *.bat' would
  52.      find all files on the default drive ending with a 'bat'
  53.      prefix.   FIND is case  insensitive,  meaning that '*.bat'
  54.      and '.*.BAT' produce the same results.
  55.  
  56.      You could also specify a different drive.  For instance, FIND
  57.      C:X.BAT  or FIND C:\X.BAT will  cause FIND to look for all
  58.      files with the name  'X.BAT'  on drive C to be displayed.
  59.  
  60.      FIND may also be run beginning under a single directory, in
  61.      which case the program will traverse all subdirectories under
  62.      that one but will not begin at the root.  For example, FIND
  63.      \DOS\*.* will locate all files in the DOS directory on the
  64.      default drive as well as all files located within any
  65.      subdirectories under DOS.
  66.  
  67.      FIND will also display any hidden files it finds but will
  68.      indicate the hidden status by prefixing the filname and path
  69.      with an asterisk.
  70.  
  71.  
  72.  
  73.      HDPARK ---------This  program  will  safely park the heads on
  74.      a  hard  disk.   It should be run whenever the disk is going
  75.      to be  transported.   It is also suggested that you routinely
  76.      park the heads just prior to shutting down the system.
  77. 
  78.