home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 12 / 0081 / howto.doc < prev    next >
Encoding:
Text File  |  1991-12-02  |  3.3 KB  |  89 lines

  1.  
  2.  
  3.         IMPORTANT INFORMATION:
  4.         ======================
  5.  
  6.         To apply this patch, you need the following files:
  7.  
  8.            CMDPATCH.DBI
  9.            CMDPATCH.BAT
  10.            HOWTO.DOC (this instructions file).
  11.            TEST.BAT (not necessary, but a useful demonstration).
  12.  
  13.         What this automated patch does is fix DOS 3.2's command
  14.         processor COMMAND.COM so that, (a) the ECHO command will
  15.         default to OFF when executing batch files; and, (b) the
  16.         ECHO command in a batch file, followed by two or more blank
  17.         spaces, will NOT be taken by DOS as an inquiry as to the
  18.         status of ECHO, but as a line to be left blank in the batch
  19.         file.
  20.  
  21.         Beginning with DOS 3.10, to leave a blank line in a batch
  22.         file, you had to type the word ECHO, press the space bar 
  23.         one or more times, and then redirect the output message 
  24.         "ECHO is off" (or "ECHO is on") to the NULL character,
  25.         thus:
  26.  
  27.            ECHO >NUL       or      ECHO > <Alt> 255
  28.  
  29.         Also, this patch will eliminate the need to make "ECHO OFF"
  30.         and "CLS" your first two commands in a batch file if you 
  31.         don't want the contents of the file displayed on the screen. 
  32.         
  33.         PLEASE NOTE that this patch has only been tried with PC-DOS 
  34.         3.20's command processor. To our knowledge, it has not been 
  35.         tried with any other version of PC-DOS or of MS-DOS, and pro-
  36.         bably would not work with any such other version. With ANY
  37.         version of DOS (including PC-DOS 3.2), you use this patch at
  38.         your own risk (although no problems have been reported with 
  39.         PC-DOS 3.20).
  40.  
  41.         
  42.         HOW TO PROCEED:
  43.         ==============
  44.  
  45.         1) Format a new diskette with the /S option under PC-DOS 3.20.
  46.            Make sure that COMMAND.COM has been copied to this new 
  47.            diskette. DON'T TRY TO DO THIS PATCHING IN YOUR ORIGINAL DOS
  48.            3.20 DISKETTE.
  49.  
  50.         2) Copy DOS' DEBUG.COM to the new diskette.
  51.  
  52.         3) Copy all four of the files contained in this set to the 
  53.            same diskette.
  54.  
  55.         4) At the DOS prompt, type CMDPATCH to execute the file 
  56.            CMDPATCH.BAT.  The patching will be done automatically,
  57.            with DEBUG getting its input from CMDPATCH.DBI instead 
  58.            of from the keyboard.
  59.  
  60.         5) If you have a booting hard disk, DON'T copy the patched
  61.            COMMAND.COM to the hard disk until you have tried it 
  62.            thoroughly on the new floppy diskette.  In any event, make
  63.            sure to keep at least one copy of the original, UNPATCHED
  64.            COMMAND.COM.
  65.  
  66.         
  67.         THE FOLLOWING IS A "COMMERCIAL":
  68.         ================================
  69.         
  70.         IF YOU HAVE "GAPS" IN YOUR COMMAND OF DOS, OR WANT TO LEARN TO
  71.         USE ANY SOFTWARE, OR KNOW SOMEONE WHO WANTS TO BECOME "COMPUTER
  72.         LITERATE", CALL:
  73.         
  74.                          Luis R. Caceres, Jr
  75.         
  76.                          SOFTWARE CONSULTANT
  77.         
  78.                     Individual and Group Tutoring
  79.         
  80.                       (Children 8 years of age 
  81.                              or older
  82.                         will be considered)
  83.         
  84.         
  85.         Westchester Area                               Phone: 552-8433
  86.  
  87.  
  88.  
  89.