home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / disked29.arj / MANUAL.ZIP / DISKED.HLP < prev    next >
Encoding:
Text File  |  1995-03-18  |  2.5 KB  |  95 lines

  1. DISKED The DISK EDitor
  2.  
  3. Command Line
  4.  
  5. DISKED [-|+hfrst] [/x{ifile}] [/r{sfile}] [/f{text}] [/s{B|F|n}] [/m] [d:]
  6.  
  7.        options: - off  + on
  8.                 h home
  9.                 f files
  10.                 r restore
  11.                 s save
  12.                 t translate
  13.  
  14.                 {ifile} initialization file override
  15.                 {sfile} save file override
  16.                 {text} find text
  17.                 {B|F|n|file} set to BOOT, FAT, sector n, or file
  18.                 m minimize file buffer size
  19.                 d: drive
  20.  
  21.  
  22. Examples Of Uses
  23.  
  24.      i. Patching Norton Commander for your favorite text viewer.
  25.  
  26.         Use this command line to set to the beginning of the file
  27.         NCMAIN.EXE:
  28.  
  29.                 DISKED +f /s ncmain.exe
  30.  
  31.         (Use the 'm' command to display a cluster map of the file.
  32.         If it is very fragmented and you have a disk optimizer you
  33.         may want to use it.)
  34.  
  35.         Search for the test "WPVIEW.EXE":
  36.  
  37.                 fWPVIEW.EXE
  38.  
  39.         When found, DISKED results in:
  40.  
  41.                 found at xxx
  42.  
  43.         Change the sector buffer; enter the command:
  44.  
  45.                 cxxx
  46.  
  47.         DISKED displays:
  48.  
  49.                 xxx 57 'W' 
  50.  
  51.         Enter your text editor name followed by a nul ('.' exits edit mode):
  52.  
  53.                 xxx 57 'W' "LIST.COM
  54.                 xxx 65 'E' 00
  55.                 xxx 66 'X' .
  56.  
  57.         Write sector to disk (write must be enable, see DISKED.INI):
  58.  
  59.                 w
  60.  
  61.         Now the F3 key in Norton Commander views text files with
  62.         LIST.COM!.
  63.  
  64.  
  65.     ii. Directory Maintenence.
  66.  
  67.         Use this command line to set to the current directory:
  68.  
  69.                 DISKED /d -f +t
  70.  
  71.         DISKED will display something like this:
  72.  
  73.         sector 159353, cluster 9939:1
  74.  
  75.         File           Attr   Time       Date       Cluster      Size
  76.  
  77.         .       .      ___D_   13:34:13   02/13/94      9939
  78.         ..      .      ___D_   13:34:13   02/13/94      8221
  79.         ARC     .      ___D_   13:34:23   02/13/94      9940
  80.                                   .
  81.                                   .
  82.                                   .
  83.         FILES   .C     ____A   17:40:06   03/09/94      1744     17115
  84.  
  85.         Enter directory edit mode:
  86.  
  87.                 ^D
  88.  
  89.         Use the TAB, CR, and arrow keys to edit the entries; type
  90.         '.' to end.
  91.  
  92.         Write sector to disk (write must be enable, see DISKED.INI):
  93.  
  94.                 w
  95.